Click or drag to resize
Akka.NETListenerSupportGossip Method (Object)
Sends the supplied message to all registered listeners.
Note Note
Messages sent this way use NoSender as the sender.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Gossip(
	Object message
)

Parameters

message
Type: SystemObject
The message sent to all registered listeners.
See Also