RedisHubLifetimeManager<THub>.OnDisconnectedAsync 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.
Called when a connection is finished.
public:
 override System::Threading::Tasks::Task ^ OnDisconnectedAsync(Microsoft::AspNetCore::SignalR::HubConnectionContext ^ connection);public override System.Threading.Tasks.Task OnDisconnectedAsync(Microsoft.AspNetCore.SignalR.HubConnectionContext connection);override this.OnDisconnectedAsync : Microsoft.AspNetCore.SignalR.HubConnectionContext -> System.Threading.Tasks.TaskPublic Overrides Function OnDisconnectedAsync (connection As HubConnectionContext) As TaskParameters
- connection
- HubConnectionContext
The connection.
Returns
A Task that represents the asynchronous disconnect.