ServiceDescriptor.KeyedTransient Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| KeyedTransient(Type, Object, Func<IServiceProvider,Object,Object>) |
Membuat instans ServiceDescriptor dengan |
| KeyedTransient(Type, Object, Type) |
Membuat instans ServiceDescriptor dengan |
| KeyedTransient<TService,TImplementation>(Object) |
Membuat instans ServiceDescriptor dengan |
| KeyedTransient<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>) |
Membuat instans ServiceDescriptor dengan |
| KeyedTransient<TService>(Object, Func<IServiceProvider,Object,TService>) |
Membuat instans ServiceDescriptor dengan |
KeyedTransient(Type, Object, Func<IServiceProvider,Object,Object>)
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
Membuat instans ServiceDescriptor dengan service, implementationFactory, dan masa pakai Transient yang ditentukan.
public:
static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedTransient(Type ^ service, System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, System::Object ^> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedTransient (Type service, object? serviceKey, Func<IServiceProvider,object?,object> implementationFactory);
static member KeyedTransient : Type * obj * Func<IServiceProvider, obj, obj> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor
Public Shared Function KeyedTransient (service As Type, serviceKey As Object, implementationFactory As Func(Of IServiceProvider, Object, Object)) As ServiceDescriptor
Parameter
- service
- Type
Jenis layanan.
- serviceKey
- Object
ServiceKey layanan.
- implementationFactory
- Func<IServiceProvider,Object,Object>
Pabrik untuk membuat instans baru implementasi layanan.
Mengembalikan
Instans baru ServiceDescriptor.
Berlaku untuk
KeyedTransient(Type, Object, Type)
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
Membuat instans ServiceDescriptor dengan service dan implementationType yang ditentukan serta masa pakai Transient.
public:
static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedTransient(Type ^ service, System::Object ^ serviceKey, Type ^ implementationType);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedTransient (Type service, object? serviceKey, Type implementationType);
static member KeyedTransient : Type * obj * Type -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor
Public Shared Function KeyedTransient (service As Type, serviceKey As Object, implementationType As Type) As ServiceDescriptor
Parameter
- service
- Type
Jenis layanan.
- serviceKey
- Object
ServiceKey layanan.
- implementationType
- Type
Jenis implementasinya.
Mengembalikan
Instans baru ServiceDescriptor.
Berlaku untuk
KeyedTransient<TService,TImplementation>(Object)
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
Membuat instans ServiceDescriptor dengan TService, TImplementation, dan masa pakai Transient yang ditentukan.
public:
generic <typename TService, typename TImplementation>
where TService : class where TImplementation : class, TService static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedTransient(System::Object ^ serviceKey);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedTransient<TService,TImplementation> (object? serviceKey) where TService : class where TImplementation : class, TService;
static member KeyedTransient : obj -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedTransient(Of TService As Class, TImplementation As Class) (serviceKey As Object) As ServiceDescriptor
Jenis parameter
- TService
Jenis layanan.
- TImplementation
Jenis implementasinya.
Parameter
- serviceKey
- Object
ServiceKey layanan.
Mengembalikan
Instans baru ServiceDescriptor.
Berlaku untuk
KeyedTransient<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
Membuat instans ServiceDescriptor dengan TServiceyang ditentukan, TImplementation, implementationFactory, dan masa pakai Transient.
public:
generic <typename TService, typename TImplementation>
where TService : class where TImplementation : class, TService static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedTransient(System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, TImplementation> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedTransient<TService,TImplementation> (object? serviceKey, Func<IServiceProvider,object?,TImplementation> implementationFactory) where TService : class where TImplementation : class, TService;
static member KeyedTransient : obj * Func<IServiceProvider, obj, #'Service> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedTransient(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
ServiceKey layanan.
- implementationFactory
- Func<IServiceProvider,Object,TImplementation>
Pabrik untuk membuat instans baru implementasi layanan.
Mengembalikan
Instans baru ServiceDescriptor.
Berlaku untuk
KeyedTransient<TService>(Object, Func<IServiceProvider,Object,TService>)
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
- Sumber:
- ServiceDescriptor.cs
Membuat instans ServiceDescriptor dengan TService, implementationFactory, dan masa pakai Transient yang ditentukan.
public:
generic <typename TService>
where TService : class static Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ KeyedTransient(System::Object ^ serviceKey, Func<IServiceProvider ^, System::Object ^, TService> ^ implementationFactory);
public static Microsoft.Extensions.DependencyInjection.ServiceDescriptor KeyedTransient<TService> (object? serviceKey, Func<IServiceProvider,object?,TService> implementationFactory) where TService : class;
static member KeyedTransient : obj * Func<IServiceProvider, obj, 'Service (requires 'Service : null)> -> Microsoft.Extensions.DependencyInjection.ServiceDescriptor (requires 'Service : null)
Public Shared Function KeyedTransient(Of TService As Class) (serviceKey As Object, implementationFactory As Func(Of IServiceProvider, Object, TService)) As ServiceDescriptor
Jenis parameter
- TService
Jenis layanan.
Parameter
- serviceKey
- Object
ServiceKey layanan.
- implementationFactory
- Func<IServiceProvider,Object,TService>
Pabrik untuk membuat instans baru implementasi layanan.
Mengembalikan
Instans baru ServiceDescriptor.