Condividi tramite


IKeyedServiceCollection<TKey,TService>.GetServices Metodo

Definizione

Ottiene tutti i servizi da questa raccolta.

public System.Collections.Generic.IEnumerable<Orleans.Runtime.IKeyedService<TKey,out TService>> GetServices (IServiceProvider services);
abstract member GetServices : IServiceProvider -> seq<Orleans.Runtime.IKeyedService<'Key, 'Service>>
Public Function GetServices (services As IServiceProvider) As IEnumerable(Of IKeyedService(Of TKey, Out TService))

Parametri

services
IServiceProvider

Provider del servizio.

Restituisce

IEnumerable<IKeyedService<TKey,TService>>

Tutti i servizi registrati con il tipo di chiave specificato.

Si applica a