HubConnectionStore.Enumerator Structure

Définition

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)
Héritage
HubConnectionStore.Enumerator
Implémente

Constructeurs

HubConnectionStore.Enumerator(HubConnectionStore)

Construit le HubConnectionStore.Enumerator sur le HubConnectionStore.

Propriétés

Current

Connexion actuelle sur laquelle l’énumérateur est activé.

Méthodes

Dispose()

Supprime l'énumérateur.

MoveNext()

Déplace l’énumérateur vers la valeur suivante.

Reset()

Réinitialise l’énumérateur au début.

Implémentations d’interfaces explicites

IEnumerator.Current

sur IEnumerator le HubConnectionStore

S’applique à