Click or drag to resize
ListenerSupportGossip Method (Object, ActorRef)
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,
	ActorRef sender
)

Parameters

msg
Type: SystemObject

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

sender
Type: Akka.ActorActorRef

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

See Also