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!

WaitHandle.WaitOne (TimeSpan, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function WaitOne( _
   ByVal timeout As TimeSpan, _
   ByVal exitContext As Boolean _
) As Boolean
[C#]
public virtual bool WaitOne(
   TimeSpan timeout,
   bool exitContext
);
[C++]
public: virtual bool WaitOne(
   TimeSpan timeout,
   bool exitContext
);
[JScript]
public function WaitOne(
   timeout : TimeSpan,
   exitContext : Boolean
) : Boolean;

Parameters

timeout
A time-out period
exitContext
[To be supplied.]

See Also

WaitHandle Class | WaitHandle Members | System.Threading Namespace | WaitHandle.WaitOne Overload List