HubConnectionStore.Enumerator(HubConnectionStore) Constructor

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)

Parameters

hubConnectionList
HubConnectionStore

The store of connections to enumerate over.

Applies to