CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
static |
Spins until the specified condition is satisfied.
condition | A delegate to be executed over and over until it returns true. |
sleepInMilliseconds | The amount of milliseconds the thread will sleep for. |
T:System.ArgumentNullException | The condition argument is null. |