Share via


HubConnectionStore.Enumerator Struct

Definition

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

Name Description
HubConnectionStore.Enumerator(HubConnectionStore)

Constructs the HubConnectionStore.Enumerator over the HubConnectionStore.

Properties

Name Description
Current

The current connection the enumerator is on.

Methods

Name Description
Dispose()

Disposes the enumerator.

MoveNext()

Moves the enumerator to the next value.

Reset()

Resets the enumerator to the beginning.

Explicit Interface Implementations

Name Description
IEnumerator.Current

Applies to