ConfiguredCancelableAsyncEnumerable<T>.ConfigureAwait(Boolean) 方法

定义

配置如何对从异步迭代返回的任务执行 await。

public:
 System::Runtime::CompilerServices::ConfiguredCancelableAsyncEnumerable<T> ConfigureAwait(bool continueOnCapturedContext);
public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<T> ConfigureAwait (bool continueOnCapturedContext);
member this.ConfigureAwait : bool -> System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<'T>
Public Function ConfigureAwait (continueOnCapturedContext As Boolean) As ConfiguredCancelableAsyncEnumerable(Of T)

参数

continueOnCapturedContext
Boolean

是否捕获并封送回当前上下文。

返回

配置的可枚举。

注解

这将替换此迭代 ConfigureAwait(Boolean) 设置的任何以前的值。

适用于