Поделиться через


KeyedServiceCollectionExtensions.GetServiceByKey<TKey,TService> Метод

Определение

Получение службы по ключу.

public static TService GetServiceByKey<TKey,TService> (this IServiceProvider services, TKey key) where TService : class;
static member GetServiceByKey : IServiceProvider * 'Key -> 'Service (requires 'Service : null)
<Extension()>
Public Function GetServiceByKey(Of TKey, TService) (services As IServiceProvider, key As TKey) As TService

Параметры типа

TKey

Тип ключа службы.

TService

Тип службы.

Параметры

services
IServiceProvider

Поставщик службы.

key
TKey

Ключ службы.

Возвращаемое значение

TService

Служба.

Применяется к