HubConnectionStore 类

定义

HubConnectionContext按 ID 存储 。

public ref class HubConnectionStore
public class HubConnectionStore
type HubConnectionStore = class
Public Class HubConnectionStore
继承
HubConnectionStore

注解

此 API 供内部使用。

构造函数

HubConnectionStore()

HubConnectionContext按 ID 存储 。

属性

Count

存储中的连接数。

Item[String]

HubConnectionContext按连接 ID 获取 。

方法

Add(HubConnectionContext)

将 添加到 HubConnectionContext 存储区。

GetEnumerator()

获取连接存储上的枚举器。

Remove(HubConnectionContext)

HubConnectionContext从存储区中删除 。

适用于