Bagikan melalui


AsyncServiceScope(IServiceScope) Konstruktor

Definisi

Menginisialisasi instans baru struct AsyncServiceScope . Membungkus instans 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

Instans IServiceScope yang akan dibungkus.

Berlaku untuk