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

over IEnumerator the HubConnectionStore

適用於