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