Click or drag to resize
Akka.NETICanTellTell Method
Asynchronously delivers a message to this IActorRef or ActorSelection in a non-blocking fashion. Uses "at most once" delivery semantics.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
void Tell(
	Object message,
	IActorRef sender
)

Parameters

message
Type: SystemObject
The message to be sent to the target.
sender
Type: Akka.ActorIActorRef
The sender of this message. Defaults to NoSender if left to null.
See Also