Task.Delay Method (Int32, CancellationToken)
.NET Framework 4.5
Creates a task that will complete after a time delay.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- millisecondsDelay
- Type: System.Int32
The number of milliseconds to wait before completing the returned task
- cancellationToken
- Type: System.Threading.CancellationToken
The cancellation token that will be checked prior to completing the returned task
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The millisecondsDelay is less than -1. |
| TaskCanceledException | The task has been canceled. |
| ObjectDisposedException | The provided cancellationToken has already been disposed. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.