ALE.FileSystem.FileSystemWatcher.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : FileSystemWatcher
return FileSystemWatcher
        public FileSystemWatcher Stop()
        {
            _fsw.EnableRaisingEvents = false;
            return this;
        }