次の方法で共有


IKeyedServiceCollection<TKey,TService>.GetServices メソッド

定義

このコレクションからすべてのサービスを取得します。

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))

パラメーター

services
IServiceProvider

サービス プロバイダー。

戻り値

IEnumerable<IKeyedService<TKey,TService>>

指定されたキーの種類を持つすべての登録済みサービス。

適用対象