Partager via


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

Définition

Entrez une étendue de code clé par élément.

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)

Paramètres

item
T

Élément.

token
CancellationToken

Jeton d'annulation.

Retours

Tâche dont l’achèvement produit un IDisposable pour l’étendue.

S’applique à