HubConnectionStore.Enumerator Struct   
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.
An IEnumerator over the HubConnectionStore
public: value class HubConnectionStore::Enumerator : System::Collections::Generic::IEnumerator<Microsoft::AspNetCore::SignalR::HubConnectionContext ^>
	public readonly struct HubConnectionStore.Enumerator : System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.SignalR.HubConnectionContext>
	type HubConnectionStore.Enumerator = struct
    interface IEnumerator<HubConnectionContext>
    interface IEnumerator
    interface IDisposable
	Public Structure HubConnectionStore.Enumerator
Implements IEnumerator(Of HubConnectionContext)
		- Inheritance
 - 
				HubConnectionStore.Enumerator
 
- Implements
 
Constructors
| HubConnectionStore.Enumerator(HubConnectionStore) | 
		 Constructs the HubConnectionStore.Enumerator over the HubConnectionStore.  | 
        	
Properties
| Current | 
		 The current connection the enumerator is on.  | 
        	
Methods
| Dispose() | 
		 Disposes the enumerator.  | 
        	
| MoveNext() | 
		 Moves the enumerator to the next value.  | 
        	
| Reset() | 
		 Resets the enumerator to the beginning.  | 
        	
Explicit Interface Implementations
| IEnumerator.Current |