Click or drag to resize
Akka.NETActorSelectionTell Method
Sends a message to this ActorSelection.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Tell(
	Object message,
	IActorRef sender = null
)

Parameters

message
Type: SystemObject
The message to send
sender (Optional)
Type: Akka.ActorIActorRef
The actor that sent the message

Implements

ICanTellTell(Object, IActorRef)
See Also