AsyncServiceScope(IServiceScope) Construtor

Definição

Inicializa uma nova instância da AsyncServiceScope estrutura. Encapsula 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 ser encapsulada.

Aplica-se a