AwaitExtensions.AggregateExceptionAwaiter Struct

Definition

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.

Applies to