Compartir a través de


KeyedServiceCollection<TKey,TService> Clase

Definición

Representa una colección de servicios con un tipo de clave determinado.

public class KeyedServiceCollection<TKey,TService> : Orleans.Runtime.IKeyedServiceCollection<TKey,TService> where TService : class
type KeyedServiceCollection<'Key, 'Service (requires 'Service : null)> = class
    interface IKeyedServiceCollection<'Key, 'Service (requires 'Service : null)>
Public Class KeyedServiceCollection(Of TKey, TService)
Implements IKeyedServiceCollection(Of TKey, TService)

Parámetros de tipo

TKey

Tipo de la clave.

TService

Tipo de servicio.

Herencia
KeyedServiceCollection<TKey,TService>
Implementaciones

Constructores

KeyedServiceCollection<TKey,TService>()

Representa una colección de servicios con un tipo de clave determinado.

Métodos

GetService(IServiceProvider, TKey)

Obtiene el servicio con la clave especificada.

GetServices(IServiceProvider)

Obtiene todos los servicios de esta colección.

Se aplica a

Consulte también