Condividi tramite


KeyedServiceCollection<TKey,TService>.GetServices Metodo

Definizione

Ottiene tutti i servizi da questa raccolta.

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

Parametri

services
IServiceProvider

Provider del servizio.

Restituisce

IEnumerable<IKeyedService<TKey,TService>>

Tutti i servizi registrati con il tipo di chiave specificato.

Implementazioni

Si applica a