Click or drag to resize
Akka.NETBusLogging.NotifyInfo Method
Publishes the info 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 NotifyInfo(
	Object message
)

Parameters

message
Type: System.Object
The info message.
See Also