Compartir a través de


KeyedSingletonService<TKey,TService> Clase

Definición

Representa un servicio singleton que se identifica mediante una clave.

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 de la clave.

TService

Tipo de servicio.

Herencia
KeyedSingletonService<TKey,TService>
Derivado
Implementaciones

Constructores

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

Inicializa una nueva instancia de la clase KeyedSingletonService<TKey,TService>.

Propiedades

Key

Obtiene la clave de servicio.

Métodos

Equals(TKey)

Representa un servicio singleton que se identifica mediante una clave.

GetService(IServiceProvider)

Obtiene el servicio del proveedor de servicios.

Se aplica a