HubConnectionStore 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依識別碼儲存 HubConnectionContext 。
public ref class HubConnectionStore
public class HubConnectionStore
type HubConnectionStore = class
Public Class HubConnectionStore
- 繼承
-
HubConnectionStore
備註
此 API 適用于內部使用。
建構函式
HubConnectionStore() |
依識別碼儲存 HubConnectionContext 。 |
屬性
Count |
存放區中的連線數目。 |
Item[String] |
HubConnectionContext依連線識別碼取得 。 |
方法
Add(HubConnectionContext) |
HubConnectionContext將 新增至存放區。 |
GetEnumerator() |
取得連接存放區上的列舉值。 |
Remove(HubConnectionContext) |
HubConnectionContext從存放區中移除 。 |