HubConnectionStore.Enumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
over IEnumerator the 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)
- 繼承
-
HubConnectionStore.Enumerator
- 實作
建構函式
HubConnectionStore.Enumerator(HubConnectionStore) |
屬性
Current |
列舉值所在的目前連接。 |
方法
Dispose() |
處置列舉值。 |
MoveNext() |
將列舉值移至下一個值。 |
Reset() |
將列舉值重設為開頭。 |
明確介面實作
IEnumerator.Current |
over IEnumerator the HubConnectionStore |