Click or drag to resize
UnhandledMessageSender Property
Gets the sender.

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

Property Value

Type: ActorRef
The sender.
See Also