DeathWatchNotification..::..Actor Property

Gets the actor.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public ActorRef Actor { get; set; }
Public Property Actor As ActorRef
	Get
	Set
public:
property ActorRef^ Actor {
	ActorRef^ get ();
	void set (ActorRef^ value);
}

Field Value

The actor.