Waiter Methods

The Waiter type exposes the following members.

Methods
  NameDescription
Public methodCode exampleNot
Returns a boolean to continue waiting and throws an exception if the timeout is reached
Public methodUntilT
Waits for the delegate function to return not null or true
Public methodStatic memberWait
Waits the given time in milliseconds
Public methodWaitForFile
Waits for a file to be ready.
Public methodStatic memberWaitNoException(Action, Int32, Int32)
Waits for a delegate action to be executed without exception
Public methodStatic memberWaitNoExceptionT(FuncT, Int32, Int32)
Waits for a delegate function to be executed without exception
Public methodStatic memberWaitTrue
Waits for a delegate function to return true
Public methodStatic memberWaitUntilT(FuncT, Int32, Int32)
Waits for a delegate function to return true or not null
Public methodStatic memberWaitUntilU, T(FuncU, T, U, Int32, Int32)
Waits for a delegate function to return true or not null
Top
See Also