HubConnectionStore.Remove(HubConnectionContext) Method

Definition

Removes a HubConnectionContext from the store.

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

Parameters

connection
HubConnectionContext

The connection to remove.

Applies to