AsyncServiceScope(IServiceScope) Constructor

Definición

Inicializa una nueva instancia de la AsyncServiceScope estructura. Ajusta una instancia de 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)

Parámetros

serviceScope
IServiceScope

Instancia IServiceScope que se va a ajustar.

Se aplica a