Compartilhar via


KeyedServiceCollection<TKey,TService> Classe

Definição

Representa uma coleção de serviços com um determinado tipo de chave.

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 da chave.

TService

O tipo de serviço.

Herança
KeyedServiceCollection<TKey,TService>
Implementações

Construtores

KeyedServiceCollection<TKey,TService>()

Representa uma coleção de serviços com um determinado tipo de chave.

Métodos

GetService(IServiceProvider, TKey)

Obtém o serviço com a chave especificada.

GetServices(IServiceProvider)

Obtém todos os serviços dessa coleção.

Aplica-se a

Confira também