ALE.FileSystem.FileSystemWatcher.Stop C# (CSharp) 메소드

Stop() 공개 메소드

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