public virtual WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType) { return(InternalWatcher.WaitForChanged(changeType)); }
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)); }