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) |
の上に を HubConnectionStore.Enumerator 構築します HubConnectionStore。 |
プロパティ
Current |
列挙子が接続されている現在の接続。 |
メソッド
Dispose() |
列挙子を破棄します。 |
MoveNext() |
列挙子を次の値に移動します。 |
Reset() |
列挙子を先頭にリセットします。 |
明示的なインターフェイスの実装
IEnumerator.Current |