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