HubConnectionStore.Enumerator(HubConnectionStore) Konstruktor

Definition

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)

Parameter

hubConnectionList
HubConnectionStore

Der Speicher von Verbindungen, über die aufgezählt werden soll.

Gilt für: