共用方式為


IScope<T> 介面

定義

提供抽象概念,以序列化對使用區塊程式碼範圍的專案存取。

public interface IScope<T>
type IScope<'T> = interface
Public Interface IScope(Of T)

類型參數

T

項目類型。

衍生

方法

WithScopeAsync(T, CancellationToken)

輸入以專案為索引鍵的程式碼範圍。

適用於