SpinWait.SpinUntil Method (Func(Of Boolean))
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Spins until the specified condition is satisfied.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- condition
- Type: System.Func(Of Boolean)
A delegate to be executed over and over until it returns true.
| Exception | Condition |
|---|---|
| ArgumentNullException | The condition argument is null. |
Show: