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