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)

적용 대상