Compartir a través de


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

Definición

Escriba un ámbito de código con clave por elemento.

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

El elemento.

token
CancellationToken

Token de cancelación.

Devoluciones

Tarea cuya finalización genera un IDisposable para el ámbito.

Se aplica a