ConfiguredCancelableAsyncEnumerable<T>.ConfigureAwait(Boolean) Método

Definição

Configura como as esperas nas tarefas retornadas de uma iteração assíncrona serão executadas.

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)

Parâmetros

continueOnCapturedContext
Boolean

Se deseja capturar e fazer marshalback para o contexto atual.

Retornos

O enumerável configurado.

Comentários

Isso substituirá qualquer valor anterior definido por ConfigureAwait(Boolean) para essa iteração.

Aplica-se a