Gets the sending ActorRef of the current message
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ActorRef Sender { get; }
Protected ReadOnly Property Sender As ActorRef
Get
protected:
property ActorRef^ Sender {
ActorRef^ get ();
}
member Sender : ActorRef with get
Property Value
Type:
ActorRefThe sender ActorRef
See Also