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

Gets or sets a value indicating whether the process has timed out.

[Visual Basic]
Public Property TimedOut As Boolean
[C#]
public bool TimedOut {get; set;}
[C++]
public: __property bool get_TimedOut();
public: __property void set_TimedOut(bool);
[JScript]
public function get TimedOut() : Boolean;
public function set TimedOut(Boolean);

Property Value

true if the process has timed out; otherwise, false.

See Also

WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace