![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
static |
Spins until the specified condition is satisfied or until the specified timeout is expired.
condition | A delegate to be executed over and over until it returns true. |
millisecondsTimeout | The number of milliseconds to wait, or F:System.Threading.Timeout.Infinite (-1) to wait indefinitely. |
sleepInMilliseconds | The amount of milliseconds the thread will sleep for. |
T:System.ArgumentNullException | The condition argument is null. |
T:System.ArgumentOutOfRangeException | millisecondsTimeout is a negative number other than -1, which represents an infinite time-out. |