HubConnectionStore.Add(HubConnectionContext) Method

Definition

Add a HubConnectionContext to the store.

public:
 void Add(Microsoft::AspNetCore::SignalR::HubConnectionContext ^ connection);
public void Add (Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
member this.Add : Microsoft.AspNetCore.SignalR.HubConnectionContext -> unit
Public Sub Add (connection As HubConnectionContext)

Parameters

connection
HubConnectionContext

The connection to add.

Applies to