KeyedSingletonService<TKey,TService> 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 singleton que é identificado por uma chave.
public class KeyedSingletonService<TKey,TService> : IEquatable<TKey>, Orleans.Runtime.IKeyedService<TKey,TService> where TService : class
type KeyedSingletonService<'Key, 'Service (requires 'Service : null)> = class
interface IKeyedService<'Key, 'Service (requires 'Service : null)>
interface IEquatable<'Key>
Public Class KeyedSingletonService(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
-
KeyedSingletonService<TKey,TService>
- Derivado
- Implementações
Construtores
KeyedSingletonService<TKey,TService>(TKey, IServiceProvider, Func<IServiceProvider,TKey,TService>) |
Inicializa uma nova instância da classe KeyedSingletonService<TKey,TService>. |
Propriedades
Key |
Obtém a chave de serviço. |
Métodos
Equals(TKey) |
Representa um serviço singleton que é identificado por uma chave. |
GetService(IServiceProvider) |
Obtém o serviço do provedor de serviços. |