KeyedSingletonService<TKey,TService,TInstance> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示单一实例键服务。
public class KeyedSingletonService<TKey,TService,TInstance> : Orleans.Runtime.KeyedSingletonService<TKey,TService> where TService : class where TInstance : TService
type KeyedSingletonService<'Key, 'Service, #'Service (requires 'Service : null)> = class
inherit KeyedSingletonService<'Key, 'Service (requires 'Service : null)>
Public Class KeyedSingletonService(Of TKey, TService, TInstance)
Inherits KeyedSingletonService(Of TKey, TService)
类型参数
- TKey
键的类型。
- TService
服务的类型。
- TInstance
实例的类型。
- 继承
构造函数
KeyedSingletonService<TKey,TService,TInstance>(TKey, IServiceProvider) |
表示单一实例键服务。 |
属性
Key |
获取服务密钥。 (继承自 KeyedSingletonService<TKey,TService>) |
方法
Equals(TKey) |
表示单一实例键服务。 (继承自 KeyedSingletonService<TKey,TService>) |
GetService(IServiceProvider) |
从服务提供程序获取服务。 (继承自 KeyedSingletonService<TKey,TService>) |