Click or drag to resize
ActorBaseSender Property
Gets the sending ActorRef of the current message

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected ActorRef Sender { get; }

Property Value

Type: ActorRef
The sender ActorRef
See Also