IExternalScopeProvider 接口

定义

表示通用作用域数据的存储。

public interface class IExternalScopeProvider
public interface IExternalScopeProvider
type IExternalScopeProvider = interface
Public Interface IExternalScopeProvider
派生

方法

名称 说明
ForEachScope<TState>(Action<Object,TState>, TState)

按创建顺序为每个当前活动范围对象执行回调。 保证从此方法内联调用所有回调。

Push(Object)

将 scope 对象添加到列表中。

适用于