共用方式為


KeyedServiceCollection<TKey,TService>.GetServices 方法

定義

從這個集合取得所有服務。

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

參數

services
IServiceProvider

服務提供者。

傳回

IEnumerable<IKeyedService<TKey,TService>>

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

實作

適用於