System.IO.Abstractions.FileSystemWatcherWrapper.WaitForChanged C# (CSharp) Method

WaitForChanged() public method

public WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
changeType WatcherChangeTypes
return WaitForChangedResult
        public override WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType)
        {
            return watcher.WaitForChanged(changeType);
        }

Same methods

FileSystemWatcherWrapper::WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult