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

Unwatch() public method

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