Overload List

  NameDescription
Until(Func<(Of <(Boolean>)>))
Specifies the condition to evaluate repeatedly, and starts the entire operation.
Until(Thread)
Specifies a Thread instance to wait for being terminated, and starts the entire operation.
Until(WaitHandle)
Specifies a WaitHandle instance to wait for being signaled, and starts the entire operation.

See Also