Class ServiceProviderKeyedServiceExtensions
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ServiceProviderKeyedServiceExtensions
Methods
GetKeyedService(IServiceProvider, Type, object?)
Declaration
public static object? GetKeyedService(this IServiceProvider provider, Type serviceType, object? serviceKey)
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | provider | |
Type | serviceType | |
object | serviceKey |
Returns
Type | Description |
---|---|
object |