Compartilhar via


HubConnectionStore.Enumerator(HubConnectionStore) Construtor

Definição

public:
 Enumerator(Microsoft::AspNetCore::SignalR::HubConnectionStore ^ hubConnectionList);
public Enumerator (Microsoft.AspNetCore.SignalR.HubConnectionStore hubConnectionList);
new Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator : Microsoft.AspNetCore.SignalR.HubConnectionStore -> Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator
Public Sub New (hubConnectionList As HubConnectionStore)

Parâmetros

hubConnectionList
HubConnectionStore

O repositório de conexões para enumerar.

Aplica-se a