HubConnectionStore.Enumerator Estructura

Definición

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)
Herencia
HubConnectionStore.Enumerator
Implementaciones

Constructores

HubConnectionStore.Enumerator(HubConnectionStore)

Construye el objeto HubConnectionStore.Enumerator sobre .HubConnectionStore

Propiedades

Current

La conexión actual en la que se encuentra el enumerador.

Métodos

Dispose()

Elimina el enumerador.

MoveNext()

Mueve el enumerador al siguiente valor.

Reset()

Restablece el enumerador al principio.

Implementaciones de interfaz explícitas

IEnumerator.Current

Un IEnumerator sobre el HubConnectionStore

Se aplica a