AsyncServiceScope(IServiceScope) 생성자

정의

AsyncServiceScope 구조체의 새 인스턴스를 초기화합니다. IServiceScope의 인스턴스를 래핑합니다.

public:
 AsyncServiceScope(Microsoft::Extensions::DependencyInjection::IServiceScope ^ serviceScope);
public AsyncServiceScope (Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope);
new Microsoft.Extensions.DependencyInjection.AsyncServiceScope : Microsoft.Extensions.DependencyInjection.IServiceScope -> Microsoft.Extensions.DependencyInjection.AsyncServiceScope
Public Sub New (serviceScope As IServiceScope)

매개 변수

serviceScope
IServiceScope

래핑할 IServiceScope 인스턴스입니다.

적용 대상