WindowsRuntimeSystemExtensions::GetAwaiter Method
.NET Framework (current version)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns an object that awaits an asynchronous action or operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetAwaiter(IAsyncAction) | Infrastructure. Returns an object that awaits an asynchronous action. |
|
GetAwaiter<TProgress>(IAsyncActionWithProgress<TProgress>) | Infrastructure. Returns an object that awaits an asynchronous action that reports progress. |
|
GetAwaiter<TResult>(IAsyncOperation<TResult>) | Infrastructure. Returns an object that awaits an asynchronous operation that returns a result. |
|
GetAwaiter<TResult, TProgress>(IAsyncOperationWithProgress<TResult, TProgress>) | Infrastructure. Returns an object that awaits an asynchronous operation that reports progress and returns a result. |
Show: