KeyedServiceCollection<TKey,TService> 类

定义

表示具有给定键类型的服务的集合。

public class KeyedServiceCollection<TKey,TService> : Orleans.Runtime.IKeyedServiceCollection<TKey,TService> where TService : class
type KeyedServiceCollection<'Key, 'Service (requires 'Service : null)> = class
    interface IKeyedServiceCollection<'Key, 'Service (requires 'Service : null)>
Public Class KeyedServiceCollection(Of TKey, TService)
Implements IKeyedServiceCollection(Of TKey, TService)

类型参数

TKey

键的类型。

TService

服务的类型。

继承
KeyedServiceCollection<TKey,TService>
实现

构造函数

KeyedServiceCollection<TKey,TService>()

表示具有给定键类型的服务的集合。

方法

GetService(IServiceProvider, TKey)

获取具有指定密钥的服务。

GetServices(IServiceProvider)

获取此集合中的所有服务。

适用于

另请参阅