HubConnectionStore.Remove(HubConnectionContext) Metoda

Definice

Odebere ze storu soubor HubConnectionContext .

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)

Parametry

connection
HubConnectionContext

Připojení, které chcete odebrat.

Platí pro