Click or drag to resize
Akka.NETListenerSupportGossip Method (Object, IActorRef)
Sends the supplied message to all registered listeners.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Gossip(
	Object message,
	IActorRef sender
)

Parameters

message
Type: SystemObject
The message sent to all registered listeners.
sender
Type: Akka.ActorIActorRef
The actor that sends the message.
See Also