HubConnectionStore Class

Definition

Stores HubConnectionContexts by ID.

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

Remarks

This API is meant for internal usage.

Constructors

HubConnectionStore()

Properties

Count

The number of connections in the store.

Item[String]

Get the HubConnectionContext by connection ID.

Methods

Add(HubConnectionContext)

Add a HubConnectionContext to the store.

GetEnumerator()

Gets an enumerator over the connection store.

Remove(HubConnectionContext)

Removes a HubConnectionContext from the store.

Applies to