HubPipelineModule::OnAfterDisconnect Method

.NET Framework 4.5

This method is called after the disconnect components of any modules added later to the IHubPipeline are executed and after OnDisconnected() is executed, if at all.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
virtual void OnAfterDisconnect(
	IHub^ hub
)

Parameters

hub
Type: Microsoft.AspNet.SignalR.Hubs::IHub
The hub the client has disconnected from.
Show: