Partilhar via


KeyedService<TKey,TService,TInstance> Classe

Definição

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

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)

Parâmetros de tipo

TKey

Tipo da chave.

TService

O tipo de serviço.

TInstance

O tipo da instância de implementação.

Herança
KeyedService<TKey,TService,TInstance>

Construtores

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

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

KeyedService<TKey,TService,TInstance>(TKey)

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

Propriedades

Key

Obtém a chave de serviço.

(Herdado de KeyedService<TKey,TService>)

Métodos

Equals(TKey)

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

(Herdado de KeyedService<TKey,TService>)
GetService(IServiceProvider)

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

(Herdado de KeyedService<TKey,TService>)

Aplica-se a

Confira também