Table of Contents

Class ServiceProviderKeyedServiceExtensions

Namespace
Microsoft.Extensions.DependencyInjection
Assembly
Volo.Abp.Core.dll
public static class ServiceProviderKeyedServiceExtensions
Inheritance
ServiceProviderKeyedServiceExtensions
Inherited Members

Methods

GetKeyedService(IServiceProvider, Type, object?)

public static object? GetKeyedService(this IServiceProvider provider, Type serviceType, object? serviceKey)

Parameters

provider IServiceProvider
serviceType Type
serviceKey object

Returns

object