HubConnectionStore.Enumerator Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um IEnumerator sobre o 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)
- 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 |