Compartilhar via


KeyedSingletonService<TKey,TService,TInstance> Classe

Definição

Representa um serviço com chave singleton.

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

Parâmetros de tipo

TKey

Tipo da chave.

TService

O tipo de serviço.

TInstance

O tipo da instância.

Herança
KeyedSingletonService<TKey,TService,TInstance>

Construtores

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

Representa um serviço com chave singleton.

Propriedades

Key

Obtém a chave de serviço.

(Herdado de KeyedSingletonService<TKey,TService>)

Métodos

Equals(TKey)

Representa um serviço com chave singleton.

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

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

(Herdado de KeyedSingletonService<TKey,TService>)

Aplica-se a

Confira também