NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSystemWatcher.Stop

Stops monitoring the specified directory.

[Visual Basic]
Overridable Public Sub Stop()
[C#]
public virtual void Stop();
[C++]
public: virtual void Stop();
[JScript]
public function Stop();

Remarks

You can also stop monitoring the specified directory by setting the Enabled property to false.

See Also

FileSystemWatcher Class | FileSystemWatcher Members | System.IO Namespace | Enabled | Start