HubLifetimeManager<THub>.OnDisconnectedAsync Method

Definition

Called when a connection is finished.

public:
 abstract System::Threading::Tasks::Task ^ OnDisconnectedAsync(Microsoft::AspNetCore::SignalR::HubConnectionContext ^ connection);
public abstract System.Threading.Tasks.Task OnDisconnectedAsync (Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
abstract member OnDisconnectedAsync : Microsoft.AspNetCore.SignalR.HubConnectionContext -> System.Threading.Tasks.Task
Public MustOverride Function OnDisconnectedAsync (connection As HubConnectionContext) As Task

Parameters

connection
HubConnectionContext

The connection.

Returns

A Task that represents the asynchronous disconnect.

Applies to