HubConnectionStore.Enumerator 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |
属性
Current |
枚举器所打开的当前连接。 |
方法
Dispose() |
释放枚举器。 |
MoveNext() |
将枚举器移动到下一个值。 |
Reset() |
将枚举器重置为开头。 |
显式接口实现
IEnumerator.Current |