| DeathWatchNotificationActor Property |
Gets the actor.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IActorRef Actor { get; }
member Actor : IActorRef with get
Property Value
Type:
IActorRefThe actor.
See Also