Akka.Dispatch.SysMsg.Watch.Watch C# (CSharp) 메소드

Watch() 공개 메소드

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