HubConnectionStore.Enumerator 结构

定义

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)
继承
HubConnectionStore.Enumerator
实现

构造函数

HubConnectionStore.Enumerator(HubConnectionStore)

通过 HubConnectionStore.EnumeratorHubConnectionStore构造 。

属性

Current

枚举器所打开的当前连接。

方法

Dispose()

释放枚举器。

MoveNext()

将枚举器移动到下一个值。

Reset()

将枚举器重置为开头。

显式接口实现

IEnumerator.Current

一个IEnumeratorHubConnectionStore

适用于