KeyedService<TKey,TService> 类

定义

表示由键标识的服务。

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

类型参数

TKey

键的类型。

TService

服务的类型。

继承
KeyedService<TKey,TService>
派生
实现

构造函数

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

初始化 KeyedService<TKey,TService> 类的新实例。

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

表示由键标识的服务。

属性

Key

获取服务密钥。

方法

Equals(TKey)

表示由键标识的服务。

GetService(IServiceProvider)

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

适用于

另请参阅