AsyncServiceScope(IServiceScope) Konstruktor

Definicja

Inicjuje AsyncServiceScope nowe wystąpienie struktury. Opakowuje wystąpienie klasy 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)

Parametry

serviceScope
IServiceScope

Wystąpienie IServiceScope do opakowania.

Dotyczy