AsyncServiceScope(IServiceScope) Konstruktor

Definition

Initialisiert eine neue Instanz der AsyncServiceScope-Struktur. Umschließt eine Instanz von 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)

Parameter

serviceScope
IServiceScope

Die IServiceScope-Instanz, die umschlossen werden soll.

Gilt für: