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.Start

Starts monitoring the specified directory.

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

Remarks

You can also start monitoring the specified directory by setting the Enabled property to true.

See Also

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