FileSystemWatcher.WaitForChanged Method
.NET Framework 2.0
A synchronous method that returns a structure that contains specific information on the change that occurred.
| Name | Description |
|---|---|
| FileSystemWatcher.WaitForChanged (WatcherChangeTypes) | A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor. |
| FileSystemWatcher.WaitForChanged (WatcherChangeTypes, Int32) | A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor and the time (in milliseconds) to wait before timing out. |