AsyncServiceScope(IServiceScope) Construtor

Definição

Inicializa uma nova instância do AsyncServiceScope struct. Envolve uma instância 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

A IServiceScope instância a terminar.

Aplica-se a