Specifies a WaitHandle instance to wait for being signaled, and starts the entire operation.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static void Until(
	WaitHandle waitHandle
)
Visual Basic (Declaration)
Public Shared Sub Until ( _
	waitHandle As WaitHandle _
)

Parameters

waitHandle
Type: System.Threading..::.WaitHandle
The wait handle to evaluate.

Exceptions

ExceptionCondition
Gallio.Framework.Assertions..::.AssertionFailureExceptionThrown when the wait handle is still unsignaled, and a timeout occured, or the maximum number of evaluation attempts was reached.

See Also