AsyncServiceScope(IServiceScope) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AsyncServiceScope struct. Verpakt een exemplaar van 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)

Parameters

serviceScope
IServiceScope

Het IServiceScope exemplaar dat moet worden verpakt.

Van toepassing op