UnhandledMessageSender Property |
Gets the sender.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Sender { get; }
Public ReadOnly Property Sender As ActorRef
Get
public:
property ActorRef^ Sender {
ActorRef^ get ();
}
member Sender : ActorRef with get
Property Value
Type:
ActorRefThe sender.
See Also