Specifies a WaitHandle instance to wait for being signaled, and starts the entire operation.
Namespace:
MbUnit.FrameworkAssembly: 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
| Exception | Condition |
|---|---|
| Gallio.Framework.Assertions..::.AssertionFailureException | Thrown when the wait handle is still unsignaled, and a timeout occured, or the maximum number of evaluation attempts was reached. |
