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

具有给定密钥类型的所有已注册服务。

实现

适用于