ServiceProviderServiceExtensions.CreateAsyncScope Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CreateAsyncScope(IServiceScopeFactory) |
Crea un nuovo oggetto AsyncServiceScope che è possibile usare per risolvere i servizi con ambito. |
CreateAsyncScope(IServiceProvider) |
Crea un nuovo oggetto AsyncServiceScope che è possibile usare per risolvere i servizi con ambito. |
CreateAsyncScope(IServiceScopeFactory)
Crea un nuovo oggetto AsyncServiceScope che è possibile usare per risolvere i servizi con ambito.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::AsyncServiceScope CreateAsyncScope(Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ serviceScopeFactory);
public static Microsoft.Extensions.DependencyInjection.AsyncServiceScope CreateAsyncScope (this Microsoft.Extensions.DependencyInjection.IServiceScopeFactory serviceScopeFactory);
static member CreateAsyncScope : Microsoft.Extensions.DependencyInjection.IServiceScopeFactory -> Microsoft.Extensions.DependencyInjection.AsyncServiceScope
<Extension()>
Public Function CreateAsyncScope (serviceScopeFactory As IServiceScopeFactory) As AsyncServiceScope
Parametri
- serviceScopeFactory
- IServiceScopeFactory
Oggetto IServiceScopeFactory da cui creare l'ambito.
Restituisce
Oggetto AsyncServiceScope che può essere utilizzato per risolvere i servizi con ambito.
Si applica a
CreateAsyncScope(IServiceProvider)
Crea un nuovo oggetto AsyncServiceScope che è possibile usare per risolvere i servizi con ambito.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::AsyncServiceScope CreateAsyncScope(IServiceProvider ^ provider);
public static Microsoft.Extensions.DependencyInjection.AsyncServiceScope CreateAsyncScope (this IServiceProvider provider);
static member CreateAsyncScope : IServiceProvider -> Microsoft.Extensions.DependencyInjection.AsyncServiceScope
<Extension()>
Public Function CreateAsyncScope (provider As IServiceProvider) As AsyncServiceScope
Parametri
- provider
- IServiceProvider
Oggetto IServiceProvider da cui creare l'ambito.
Restituisce
Oggetto AsyncServiceScope che può essere utilizzato per risolvere i servizi con ambito.