Watch..::..Watchee Property

Gets the watchee.

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

Syntax


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

Field Value

The watchee.