HubConnectionStore Klasse

Definition

Speichert HubConnectionContexts nach ID.

public ref class HubConnectionStore
public class HubConnectionStore
type HubConnectionStore = class
Public Class HubConnectionStore
Vererbung
HubConnectionStore

Hinweise

Diese API ist für die interne Verwendung vorgesehen.

Konstruktoren

HubConnectionStore()

Speichert HubConnectionContexts nach ID.

Eigenschaften

Count

Die Anzahl der Verbindungen im Speicher.

Item[String]

Rufen Sie die HubConnectionContext nach Verbindungs-ID ab.

Methoden

Add(HubConnectionContext)

Fügen Sie dem Speicher eine HubConnectionContext hinzu.

GetEnumerator()

Ruft einen Enumerator für den Verbindungsspeicher ab.

Remove(HubConnectionContext)

Entfernt eine HubConnectionContext aus dem Speicher.

Gilt für: