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!

WaitForChangedResult Structure

Waits for a change in the specified path.

Object
   ValueType
      WaitForChangedResult

[Visual Basic]
Public Structure WaitForChangedResult
[C#]
public struct WaitForChangedResult
[C++]
public __value struct WaitForChangedResult

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

Responds when either a change occurs, or the call has timed out.

Requirements

Namespace: System.IO

Assembly: system.io.dll

See Also

WaitForChangedResult Members | System.IO Namespace | FileSystemWatcher