HubConnectionStore Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores HubConnectionContexts by ID.
public ref class HubConnectionStore
C#
public class HubConnectionStore
type HubConnectionStore = class
Public Class HubConnectionStore
- Inheritance
-
HubConnectionStore
This API is meant for internal usage.
Count |
The number of connections in the store. |
Item[String] |
Get the HubConnectionContext by connection ID. |
Add(Hub |
Add a HubConnectionContext to the store. |
Get |
Gets an enumerator over the connection store. |
Remove(Hub |
Removes a HubConnectionContext from the store. |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |