IServiceScopeFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建 IServiceScope 实例的工厂,用于在作用域内创建服务。
public interface class IServiceScopeFactory
public interface IServiceScopeFactory
type IServiceScopeFactory = interface
Public Interface IServiceScopeFactory
方法
CreateScope() |
创建一个 IServiceScope,其中包含用于解析新创建的作用域中的依赖项的 IServiceProvider。 |
扩展方法
CreateAsyncScope(IServiceScopeFactory) |
新建可用于解析作用域内服务的 AsyncServiceScope。 |