HubConnectionStore.Enumerator Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
- Dědičnost
-
HubConnectionStore.Enumerator
- Implementuje
Konstruktory
HubConnectionStore.Enumerator(HubConnectionStore) |
Vytvoří nad HubConnectionStore.EnumeratorHubConnectionStore. |
Vlastnosti
Current |
Aktuální připojení, na které je enumerátor zapnutý. |
Metody
Dispose() |
Odstraní enumerátor. |
MoveNext() |
Přesune enumerátor na další hodnotu. |
Reset() |
Obnoví enumerátor na začátek. |
Explicitní implementace rozhraní
IEnumerator.Current |
An IEnumerator over the HubConnectionStore |