HubConnectionStore.GetEnumerator Method
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.
Gets an enumerator over the connection store.
public:
Microsoft::AspNetCore::SignalR::HubConnectionStore::Enumerator GetEnumerator();
public Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator
Public Function GetEnumerator () As HubConnectionStore.Enumerator
Returns
The HubConnectionStore.Enumerator over the connections.