Compartilhar via


HubConnectionStore.Enumerator Estrutura

Definição

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)
Herança
HubConnectionStore.Enumerator
Implementações

Construtores

HubConnectionStore.Enumerator(HubConnectionStore)

Constrói o HubConnectionStore.Enumerator sobre o HubConnectionStore.

Propriedades

Current

A conexão atual em que o enumerador está.

Métodos

Dispose()

Remove o enumerador.

MoveNext()

Move o enumerador para o próximo valor.

Reset()

Redefine o enumerador para o início.

Implantações explícitas de interface

IEnumerator.Current

Um IEnumerator sobre o HubConnectionStore

Aplica-se a