KeyedService<TKey,TService,TInstance> 类

定义

表示由密钥标识的服务。

public class KeyedService<TKey,TService,TInstance> : Orleans.Runtime.KeyedService<TKey,TService> where TService : class where TInstance : TService
type KeyedService<'Key, 'Service, #'Service (requires 'Service : null)> = class
    inherit KeyedService<'Key, 'Service (requires 'Service : null)>
Public Class KeyedService(Of TKey, TService, TInstance)
Inherits KeyedService(Of TKey, TService)

类型参数

TKey

键的类型。

TService

服务的类型。

TInstance

实现实例的类型。

继承
KeyedService<TKey,TService,TInstance>

构造函数

KeyedService<TKey,TService,TInstance>(TKey, IServiceProvider)

表示由密钥标识的服务。

KeyedService<TKey,TService,TInstance>(TKey)

表示由密钥标识的服务。

属性

Key

获取服务密钥。

(继承自 KeyedService<TKey,TService>)

方法

Equals(TKey)

表示由密钥标识的服务。

(继承自 KeyedService<TKey,TService>)
GetService(IServiceProvider)

从服务提供程序获取服务。

(继承自 KeyedService<TKey,TService>)

适用于

另请参阅