共用方式為


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

具有指定金鑰類型的所有已註冊服務。

適用於