Click or drag to resize
ListenerSupportGossip Method (Object)
Send the supplied message to all listeners

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

Parameters

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Akka.Routing.ListenerSupport.Gossip(System.Object)"]

See Also