System.IO.Abstractions.FileSystemWatcherWrapper.WaitForChanged C# (CSharp) Méthode

WaitForChanged() public méthode

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

Same methods

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