Partilhar via


KeyedService<TKey,TService> Classe

Definição

Representa um serviço que é identificado por uma chave.

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)

Parâmetros de tipo

TKey

Tipo da chave.

TService

O tipo de serviço.

Herança
KeyedService<TKey,TService>
Derivado
Implementações

Construtores

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

Inicializa uma nova instância da classe KeyedService<TKey,TService>.

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

Representa um serviço que é identificado por uma chave.

Propriedades

Key

Obtém a chave de serviço.

Métodos

Equals(TKey)

Representa um serviço que é identificado por uma chave.

GetService(IServiceProvider)

Obtém o serviço do provedor de serviços.

Aplica-se a

Confira também