HubConnectionStore.Remove(HubConnectionContext) Method
Definition
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.
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.