WaitForChanged Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.IO
FileSystemWatcher Class
FileSystemWatcher Methods
WaitForChanged Method
WaitForChanged Method (Watcher ...
WaitForChanged Method (Watcher ...
FileSystemWatcher Methods
BeginInit Method
Dispose Method
EndInit Method
OnChanged Method
OnCreated Method
OnDeleted Method
OnError Method
OnRenamed Method
WaitForChanged Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
FileSystemWatcher.WaitForChanged Method
A synchronous method that returns a structure that contains specific information on the change that occurred.
Overload List
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.
See Also
Reference
FileSystemWatcher Class
FileSystemWatcher Members
System.IO Namespace
WaitForChangedResult
Tags :