KeyedSingletonService<TKey,TService,TInstance> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa un servicio con clave 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 de la clave.
- TService
Tipo de servicio.
- TInstance
Tipo de la instancia.
- Herencia
Constructores
KeyedSingletonService<TKey,TService,TInstance>(TKey, IServiceProvider) |
Representa un servicio con clave singleton. |
Propiedades
Key |
Obtiene la clave de servicio. (Heredado de KeyedSingletonService<TKey,TService>) |
Métodos
Equals(TKey) |
Representa un servicio con clave singleton. (Heredado de KeyedSingletonService<TKey,TService>) |
GetService(IServiceProvider) |
Obtiene el servicio del proveedor de servicios. (Heredado de KeyedSingletonService<TKey,TService>) |