Partilhar via


IScope<T>.WithScopeAsync(T, CancellationToken) Método

Definição

Introduza um âmbito de código codificado por item.

public System.Threading.Tasks.Task<IDisposable> WithScopeAsync (T item, System.Threading.CancellationToken token);
abstract member WithScopeAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task<IDisposable>
Public Function WithScopeAsync (item As T, token As CancellationToken) As Task(Of IDisposable)

Parâmetros

item
T

O item.

token
CancellationToken

O token de cancelamento.

Devoluções

Uma tarefa cuja conclusão produz um IDisposable para o âmbito.

Aplica-se a