Condividi tramite


IScope<T>.WithScopeAsync(T, CancellationToken) Metodo

Definizione

Immettere un ambito di codice con chiave per 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)

Parametri

item
T

Elemento.

token
CancellationToken

Token di annullamento.

Restituisce

Un'attività il cui completamento produce un oggetto IDisposable per l'ambito.

Si applica a