DeathWatchNotificationActor Property |
Gets the actor.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Actor { get; }
Public ReadOnly Property Actor As ActorRef
Get
public:
property ActorRef^ Actor {
ActorRef^ get ();
}
member Actor : ActorRef with get
Property Value
Type:
ActorRefThe actor.
See Also