AwaitExtensions.AggregateExceptionAwaiter Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of GetAwaiter() to prepare a Task to be awaited while throwing with all inner exceptions.
public: value class AwaitExtensions::AggregateExceptionAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AwaitExtensions.AggregateExceptionAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
[<System.Runtime.CompilerServices.IsReadOnly>]
type AwaitExtensions.AggregateExceptionAwaiter = struct
interface ICriticalNotifyCompletion
interface INotifyCompletion
Public Structure AwaitExtensions.AggregateExceptionAwaiter
Implements ICriticalNotifyCompletion
- Inheritance
-
AwaitExtensions.AggregateExceptionAwaiter
- Attributes
- Implements
Constructors
AwaitExtensions.AggregateExceptionAwaiter(Task, Boolean) |
Initializes a new instance of the AwaitExtensions.AggregateExceptionAwaiter struct. |
Properties
IsCompleted | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the asynchronous task has completed. |
Methods
GetResult() | Ends the wait for the completion of the asynchronous task. |
OnCompleted(Action) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the action to perform when the TaskAwaiter object stops waiting for the asynchronous task to complete. |
UnsafeOnCompleted(Action) | This API supports the product infrastructure and is not intended to be used directly from your code. Schedules the continuation action for the asynchronous task that is associated with this awaiter. |