Udostępnij za pośrednictwem


HubConnectionStore.Enumerator Struktura

Definicja

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)
Dziedziczenie
HubConnectionStore.Enumerator
Implementuje

Konstruktory

HubConnectionStore.Enumerator(HubConnectionStore)

Tworzy obiekt HubConnectionStore.Enumerator na obiekcie HubConnectionStore.

Właściwości

Current

Bieżące połączenie modułu wyliczającego jest włączone.

Metody

Dispose()

Usuwa moduł wyliczający.

MoveNext()

Przenosi moduł wyliczający do następnej wartości.

Reset()

Resetuje moduł wyliczający na początku.

Jawne implementacje interfejsu

IEnumerator.Current

An IEnumerator over the HubConnectionStore

Dotyczy