Click or drag to resize
Akka.NETBusLoggingNotifyWarning Method
Publishes the warning message onto the LoggingBus.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void NotifyWarning(
	Object message
)

Parameters

message
Type: SystemObject
The warning message.
See Also