The IWait TSource type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | IgnoreExceptionTypes |
Configures this instance to ignore specific types of exceptions while waiting for a condition.
Any exceptions not whitelisted will be allowed to propagate, terminating the wait.
|
![]() | Until TResult |
Waits until a condition is true or times out.
|
See Also