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