Compartir a través de


KeyedSingletonService<TKey,TService,TInstance> Clase

Definición

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
KeyedSingletonService<TKey,TService,TInstance>

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>)

Se aplica a

Consulte también