0 out of 3 rated this helpful - Rate this topic

Task.Delay Method

.NET Framework 4.5

Creates a task that will complete after a time delay.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Delay(Int32) Creates a task that will complete after a time delay.
Public method Static member Delay(TimeSpan) Creates a task that will complete after a time delay.
Public method Static member Delay(Int32, CancellationToken) Creates a task that will complete after a time delay.
Public method Static member Delay(TimeSpan, CancellationToken) Creates a task that will complete after a time delay.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.