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

Send the supplied message to all listeners

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

Syntax


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

Parameters

msg
Type: Object
sender
Type: Akka.Actor..::..ActorRef