IServiceScope 接口

定义

Dispose() 方法将终止作用域生存期。 调用 Dispose 后,所有已从 ServiceProvider 解析的作用域内服务都将被释放。

public interface class IServiceScope : IDisposable
public interface IServiceScope : IDisposable
type IServiceScope = interface
    interface IDisposable
Public Interface IServiceScope
Implements IDisposable
派生
实现

属性

ServiceProvider

用于解析作用域中的依赖项的 IServiceProvider

方法

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 IDisposable)

适用于