IScope<T>.WithScopeAsync(T, CancellationToken) 方法

定义

输入按项键入的代码范围。

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)

参数

item
T

项。

token
CancellationToken

取消标记。

返回

一个任务,其完成会生成范围的 IDisposable。

适用于