KeyedSingletonService<TKey,TService,TInstance> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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>) |