DelayedTask Class |
Namespace: Rackspace.Threading
The DelayedTask type exposes the following members.
Name | Description | |
---|---|---|
Delay(TimeSpan) |
Creates a task that will complete after a time delay.
| |
Delay(TimeSpan, CancellationToken) |
Creates a task that will complete after a time delay.
| |
WhenAll(IEnumerableTask) |
Creates a task that will complete when all of the supplied tasks have completed.
| |
WhenAll(Task) |
Creates a task that will complete when all of the supplied tasks have completed.
| |
WhenAllTResult(IEnumerableTaskTResult) |
Creates a task that will complete when all of the supplied tasks have completed.
| |
WhenAllTResult(TaskTResult) |
Creates a task that will complete when all of the supplied tasks have completed.
| |
WhenAny(IEnumerableTask) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
WhenAny(Task) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
WhenAnyTResult(IEnumerableTaskTResult) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
WhenAnyTResult(TaskTResult) |
Creates a task that will complete when any of the supplied tasks have completed.
| |
Yield |
Creates an awaitable task that asynchronously yields back to the current context when awaited.
|