Share via


AsyncServiceScope(IServiceScope) Oluşturucu

Tanım

Yapının yeni bir örneğini AsyncServiceScope başlatır. bir örneğini IServiceScopesarmalar.

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)

Parametreler

serviceScope
IServiceScope

Kaydıracak IServiceScope örnek.

Şunlara uygulanır