IServiceScopeFactory 接口

定义

用于创建 IServiceScope 实例的工厂,用于在作用域内创建服务。

public interface class IServiceScopeFactory
public interface IServiceScopeFactory
type IServiceScopeFactory = interface
Public Interface IServiceScopeFactory

方法

CreateScope()

创建一个 IServiceScope,其中包含用于解析新创建的作用域中的依赖项的 IServiceProvider

扩展方法

CreateAsyncScope(IServiceScopeFactory)

新建可用于解析作用域内服务的 AsyncServiceScope

适用于