Bagikan melalui


ServiceDescriptor.KeyedScoped Metode

Definisi

Overload

KeyedScoped(Type, Object, Func<IServiceProvider,Object,Object>)

Membuat instans ServiceDescriptor dengan , , implementationFactorydan Scoped masa pakai yang ditentukanservice.

KeyedScoped(Type, Object, Type)

Membuat instans ServiceDescriptor dengan yang ditentukan service dan implementationType dan masa pakainya Scoped .

KeyedScoped<TService,TImplementation>(Object)

Membuat instans ServiceDescriptor dengan , , TImplementationdan Scoped masa pakai yang ditentukanTService.

KeyedScoped<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)

Membuat instans ServiceDescriptor dengan , , TImplementation, implementationFactorydan Scoped masa pakai yang ditentukanTService.

KeyedScoped<TService>(Object, Func<IServiceProvider,Object,TService>)

Membuat instans ServiceDescriptor dengan , , implementationFactorydan Scoped masa pakai yang ditentukanTService.

KeyedScoped(Type, Object, Func<IServiceProvider,Object,Object>)

Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs

Membuat instans ServiceDescriptor dengan , , implementationFactorydan Scoped masa pakai yang ditentukanservice.

public:
 static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedScoped(Type ^ service, System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, System::Object ^> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedScoped (Type service, object? serviceKey, Func<IServiceProvider,object?,object> implementationFactory);
static member KeyedScoped : Type * obj * Func<IServiceProvider, obj, obj> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor
Public Shared Function KeyedScoped (service As Type, serviceKey As Object, implementationFactory As Func(Of IServiceProvider, Object, Object)) As ServiceDescriptor

Parameter

service
Type

Jenis layanan.

serviceKey
Object

Layanan ServiceKey ini.

implementationFactory
Func<IServiceProvider,Object,Object>

Pabrik untuk membuat instans baru implementasi layanan.

Mengembalikan

Instans baru .ServiceDescriptor

Berlaku untuk

KeyedScoped(Type, Object, Type)

Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs

Membuat instans ServiceDescriptor dengan yang ditentukan service dan implementationType dan masa pakainya Scoped .

public:
 static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedScoped(Type ^ service, System::Object ^ serviceKey, Type ^ implementationType);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedScoped (Type service, object? serviceKey, Type implementationType);
static member KeyedScoped : Type * obj * Type -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor
Public Shared Function KeyedScoped (service As Type, serviceKey As Object, implementationType As Type) As ServiceDescriptor

Parameter

service
Type

Jenis layanan.

serviceKey
Object

Layanan ServiceKey ini.

implementationType
Type

Jenis implementasinya.

Mengembalikan

Instans baru .ServiceDescriptor

Berlaku untuk

KeyedScoped<TService,TImplementation>(Object)

Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs

Membuat instans ServiceDescriptor dengan , , TImplementationdan Scoped masa pakai yang ditentukanTService.

public:
generic <typename TService, typename TImplementation>
 where TService : class where TImplementation : class, TService static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedScoped(System::Object ^ serviceKey);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedScoped<TService,TImplementation> (object? serviceKey) where TService : class where TImplementation : class, TService;
static member KeyedScoped : obj -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedScoped(Of TService As Class, TImplementation As Class) (serviceKey As Object) As ServiceDescriptor

Jenis parameter

TService

Jenis layanan.

TImplementation

Jenis implementasinya.

Parameter

serviceKey
Object

Layanan ServiceKey ini.

Mengembalikan

Instans baru .ServiceDescriptor

Berlaku untuk

KeyedScoped<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)

Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs

Membuat instans ServiceDescriptor dengan , , TImplementation, implementationFactorydan Scoped masa pakai yang ditentukanTService.

public:
generic <typename TService, typename TImplementation>
 where TService : class where TImplementation : class, TService static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedScoped(System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, TImplementation> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedScoped<TService,TImplementation> (object? serviceKey, Func<IServiceProvider,object?,TImplementation> implementationFactory) where TService : class where TImplementation : class, TService;
static member KeyedScoped : obj * Func<IServiceProvider, obj, #'Service> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedScoped(Of TService As Class, TImplementation As Class) (serviceKey As Object, implementationFactory As Func(Of IServiceProvider, Object, TImplementation)) As ServiceDescriptor

Jenis parameter

TService

Jenis layanan.

TImplementation

Jenis implementasinya.

Parameter

serviceKey
Object

Layanan ServiceKey ini.

implementationFactory
Func<IServiceProvider,Object,TImplementation>

Pabrik untuk membuat instans baru implementasi layanan.

Mengembalikan

Instans baru .ServiceDescriptor

Berlaku untuk

KeyedScoped<TService>(Object, Func<IServiceProvider,Object,TService>)

Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs
Sumber:
ServiceDescriptor.cs

Membuat instans ServiceDescriptor dengan , , implementationFactorydan Scoped masa pakai yang ditentukanTService.

public:
generic <typename TService>
 where TService : class static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedScoped(System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, TService> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedScoped<TService> (object? serviceKey, Func<IServiceProvider,object?,TService> implementationFactory) where TService : class;
static member KeyedScoped : obj * Func<IServiceProvider, obj, 'Service (requires 'Service : null)> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedScoped(Of TService As Class) (serviceKey As Object, implementationFactory As Func(Of IServiceProvider, Object, TService)) As ServiceDescriptor

Jenis parameter

TService

Jenis layanan.

Parameter

serviceKey
Object

Layanan ServiceKey ini.

implementationFactory
Func<IServiceProvider,Object,TService>

Pabrik untuk membuat instans baru implementasi layanan.

Mengembalikan

Instans baru .ServiceDescriptor

Berlaku untuk