AwaitExtensions.AggregateExceptionAwaitable 结构

定义

的结果 ConfigureAwaitForAggregateException(Task, Boolean) 准备要等待的 Task ,同时引发所有内部异常。

public: value class AwaitExtensions::AggregateExceptionAwaitable
[System.Runtime.CompilerServices.IsReadOnly]
public struct AwaitExtensions.AggregateExceptionAwaitable
[<System.Runtime.CompilerServices.IsReadOnly>]
type AwaitExtensions.AggregateExceptionAwaitable = struct
Public Structure AwaitExtensions.AggregateExceptionAwaitable
继承
AwaitExtensions.AggregateExceptionAwaitable
属性

构造函数

AwaitExtensions.AggregateExceptionAwaitable(Task, Boolean)

初始化 AwaitExtensions.AggregateExceptionAwaitable 结构的新实例。

方法

GetAwaiter()

获取一个在指定计划程序中计划继续的 awaitable。

适用于