Aracılığıyla paylaş


HubConnectionStore.Enumerator Yapı

Tanım

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)
Devralma
HubConnectionStore.Enumerator
Uygulamalar

Oluşturucular

HubConnectionStore.Enumerator(HubConnectionStore)

üzerinde öğesini HubConnectionStore.Enumerator oluşturur HubConnectionStore.

Özellikler

Current

Numaralandırıcının bulunduğu geçerli bağlantı.

Yöntemler

Dispose()

Numaralandırıcıyı atılır.

MoveNext()

Numaralandırıcıyı sonraki değere taşır.

Reset()

Numaralandırıcıyı en başa sıfırlar.

Belirtik Arabirim Kullanımları

IEnumerator.Current

Üzerinde bir IEnumeratorHubConnectionStore

Şunlara uygulanır