KeyedServiceCollection<TKey,TService> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示具有给定键类型的服务的集合。
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) |
获取此集合中的所有服务。 |