ListenerSupport..::..Gossip Method (Object)

Send the supplied message to all listeners

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public void Gossip(
	Object msg
)
Public Sub Gossip ( _
	msg As Object _
)
public:
void Gossip(
	Object^ msg
)

Parameters

msg
Type: Object