示例#1
0
 public virtual WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType)
 {
     return(InternalWatcher.WaitForChanged(changeType));
 }
示例#2
0
 public virtual WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, Int32 timeout)
 {
     return(InternalWatcher.WaitForChanged(changeType, timeout));
 }
 public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, int timeout)
 {
     return(InternalWatcher.WaitForChanged(changeType, timeout));
 }