ListenerSupportGossip Method (Object) |
Send the supplied message to all listeners
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void Gossip(
Object msg
)
Public Sub Gossip (
msg As Object
)
public:
void Gossip(
Object^ msg
)
member Gossip :
msg : Object -> unit
Parameters
- msg
- Type: SystemObject
[Missing <param name="msg"/> documentation for "M:Akka.Routing.ListenerSupport.Gossip(System.Object)"]
See Also