Condividi tramite


HubConnectionStore.Enumerator Struct

Definizione

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)
Ereditarietà
HubConnectionStore.Enumerator
Implementazioni

Costruttori

HubConnectionStore.Enumerator(HubConnectionStore)

Costruisce l'oggetto HubConnectionStore.EnumeratorHubConnectionStoresu .

Proprietà

Current

La connessione corrente in cui è attivo l'enumeratore.

Metodi

Dispose()

Elimina l'enumeratore.

MoveNext()

Sposta l'enumeratore nel valore successivo.

Reset()

Reimposta l'enumeratore all'inizio.

Implementazioni dell'interfaccia esplicita

IEnumerator.Current

Oggetto IEnumerator sopra HubConnectionStore

Si applica a