Akka.Dispatch.SysMsg.Watch.Watch C# (CSharp) Method

Watch() public method

Initializes a new instance of the Watch class.
public Watch ( IInternalActorRef watchee, IInternalActorRef watcher ) : System
watchee IInternalActorRef The watchee.
watcher IInternalActorRef The watcher.
return System
        public Watch(IInternalActorRef watchee, IInternalActorRef watcher)
        {
            Watchee = watchee;
            Watcher = watcher;
        }