LoggingAdapterBaseNotifyInfo Method |
[Missing <summary> documentation for "M:Akka.Event.LoggingAdapterBase.NotifyInfo(System.Object)"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected abstract void NotifyInfo(
Object message
)
Protected MustOverride Sub NotifyInfo (
message As Object
)
protected:
virtual void NotifyInfo(
Object^ message
) abstract
abstract NotifyInfo :
message : Object -> unit
Parameters
- message
- Type: SystemObject
[Missing <param name="message"/> documentation for "M:Akka.Event.LoggingAdapterBase.NotifyInfo(System.Object)"]
See Also