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