HubConnectionStore.Enumerator(HubConnectionStore) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs the HubConnectionStore.Enumerator over the HubConnectionStore.
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.