[To be supplied.]
[Visual Basic] Overloads Overridable Public Function WaitOne( _ ByVal millisecondsTimeout As Integer, _ ByVal exitContext As Boolean _ ) As Boolean [C#] public virtual bool WaitOne( int millisecondsTimeout, bool exitContext ); [C++] public: virtual bool WaitOne( int millisecondsTimeout, bool exitContext ); [JScript] public function WaitOne( millisecondsTimeout : int, exitContext : Boolean ) : Boolean;
Returns to task when the wait terminates, either when the handle is signaled or when time-out occurred.
WaitHandle Class | WaitHandle Members | System.Threading Namespace | WaitHandle.WaitOne Overload List