コード例 #1
0
 protected WatchRegistration(Watcher watcher, string clientPath)
 {
     this.watcher    = watcher;
     this.clientPath = clientPath;
 }
コード例 #2
0
 public ChildWatchRegistration(IClientWatchManager watchManager, Watcher watcher, string clientPath)
     : base(watcher, clientPath)
 {
     this.watchManager = watchManager;
 }