Task
Task(Action)
Task(Action, CancellationToken)
Task(Action, TaskCreationOptions)
Task(Action, CancellationToken, TaskCreationOptions)
Task(Action<Object>, Object)
Task(Action<Object>, Object, CancellationToken)
Task(Action<Object>, Object, TaskCreationOptions)
Task(Action<Object>, Object, CancellationToken, TaskCreationOptions)
AsyncState
CompletedTask
CreationOptions
CurrentId
Exception
Factory
Id
IsCanceled
IsCompleted
IsCompletedSuccessfully
IsFaulted
Status
ConfigureAwait(Boolean)
ConfigureAwait(ConfigureAwaitOptions)
ContinueWith(Action<Task>)
ContinueWith(Action<Task>, CancellationToken)
ContinueWith(Action<Task>, TaskContinuationOptions)
ContinueWith(Action<Task>, TaskScheduler)
ContinueWith<TResult>(Func<Task, TResult>)
ContinueWith<TResult>(Func<Task, TResult>, CancellationToken)
ContinueWith<TResult>(Func<Task, TResult>, TaskContinuationOptions)
ContinueWith<TResult>(Func<Task, TResult>, TaskScheduler)
ContinueWith(Action<Task>, CancellationToken, TaskContinuationOptions, TaskScheduler)
ContinueWith<TResult>(Func<Task, Object, TResult>, Object)
ContinueWith<TResult>(Func<Task, Object, TResult>, Object, CancellationToken)
ContinueWith<TResult>(Func<Task, Object, TResult>, Object, TaskContinuationOptions)
ContinueWith<TResult>(Func<Task, Object, TResult>, Object, TaskScheduler)
ContinueWith<TResult>(Func<Task, TResult>, CancellationToken, TaskContinuationOptions, TaskScheduler)
ContinueWith<TResult>(Func<Task, Object, TResult>, Object, CancellationToken, TaskContinuationOptions, TaskScheduler)
ContinueWith(Action<Task, Object>, Object)
ContinueWith(Action<Task, Object>, Object, CancellationToken)
ContinueWith(Action<Task, Object>, Object, TaskContinuationOptions)
ContinueWith(Action<Task, Object>, Object, TaskScheduler)
ContinueWith(Action<Task, Object>, Object, CancellationToken, TaskContinuationOptions, TaskScheduler)
CreateUnwrapPromise<TResult>(Task, Boolean)
Delay(Int32)
Delay(TimeSpan)
Delay(Int32, CancellationToken)
Delay(TimeSpan, CancellationToken)
Delay(TimeSpan, TimeProvider)
Delay(TimeSpan, TimeProvider, CancellationToken)
Dispose()
Dispose(Boolean)
FromCanceled(CancellationToken)
FromCanceled<TResult>(CancellationToken)
FromException(Exception)
FromException<TResult>(Exception)
FromResult<TResult>(TResult)
GetAwaiter()
MarkAborted(ThreadAbortException)
Run(Action)
Run(Action, CancellationToken)
Run(Func<Task>)
Run<TResult>(Func<Task<TResult>>)
Run<TResult>(Func<TResult>)
Run(Func<Task>, CancellationToken)
Run<TResult>(Func<Task<TResult>>, CancellationToken)
Run<TResult>(Func<TResult>, CancellationToken)
RunSynchronously()
RunSynchronously(TaskScheduler)
Start()
Start(TaskScheduler)
Wait()
Wait(CancellationToken)
Wait(Int32)
Wait(TimeSpan)
Wait(Int32, CancellationToken)
Wait(TimeSpan, CancellationToken)
WaitAll(Task[])
WaitAll(Task[], CancellationToken)
WaitAll(Task[], Int32)
WaitAll(Task[], TimeSpan)
WaitAll(Task[], Int32, CancellationToken)
WaitAll(ReadOnlySpan<Task>)
WaitAll(IEnumerable<Task>, CancellationToken)
WaitAny(Task[])
WaitAny(Task[], CancellationToken)
WaitAny(Task[], Int32)
WaitAny(Task[], TimeSpan)
WaitAny(Task[], Int32, CancellationToken)
WaitAsync(CancellationToken)
WaitAsync(TimeSpan)
WaitAsync(TimeSpan, CancellationToken)
WaitAsync(TimeSpan, TimeProvider)
WaitAsync(TimeSpan, TimeProvider, CancellationToken)
WhenAll(Task[])
WhenAll(IEnumerable<Task>)
WhenAll(ReadOnlySpan<Task>)
WhenAll<TResult>(IEnumerable<Task<TResult>>)
WhenAll<TResult>(ReadOnlySpan<Task<TResult>>)
WhenAll<TResult>(Task<TResult>[])
WhenAny(Task[])
WhenAny(Task, Task)
WhenAny(IEnumerable<Task>)
WhenAny(ReadOnlySpan<Task>)
WhenAny<TResult>(IEnumerable<Task<TResult>>)
WhenAny<TResult>(ReadOnlySpan<Task<TResult>>)
WhenAny<TResult>(Task<TResult>[])
WhenAny<TResult>(Task<TResult>, Task<TResult>)
WhenEach(Task[])
WhenEach(IEnumerable<Task>)
WhenEach(ReadOnlySpan<Task>)
WhenEach<TResult>(IEnumerable<Task<TResult>>)
WhenEach<TResult>(ReadOnlySpan<Task<TResult>>)
WhenEach<TResult>(Task<TResult>[])
Yield()
AsAsyncAction(Task)
DispatcherOperationWait(Task)
DispatcherOperationWait(Task, TimeSpan)
IsDispatcherOperationTask(Task)
WaitAsync(Task, TimeSpan, TimeProvider, CancellationToken)
WithCurrentCulture(Task)
WithCurrentCulture(Task)
net10.0-windows7.0
namespace System.Threading.Tasks
{
public static class TimeProviderTaskExtensions
{
public static Task! WaitAsync(this Task! task, TimeSpan timeout, TimeProvider! timeProvider, CancellationToken cancellationToken = default);
}
}
Design Reviews |
|
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | Microsoft.Bcl.TimeProvider , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Bcl.TimeProvider , Version=9.0.0.3, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Microsoft.Bcl.TimeProvider (10.0.0-preview.1.25080.5) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API