Akka.Dispatch.SysMsg.Unwatch.Unwatch C# (CSharp) Метод

Unwatch() публичный Метод

Initializes a new instance of the Unwatch class.
public Unwatch ( IInternalActorRef watchee, IInternalActorRef watcher ) : System
watchee IInternalActorRef The watchee.
watcher IInternalActorRef The watcher.
Результат System
        public Unwatch(IInternalActorRef watchee, IInternalActorRef watcher)
        {
            Watchee = watchee;
            Watcher = watcher;
        }