HubPipelineModule::OnAfterReconnect Method

.NET Framework 4.5

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

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

protected:
virtual void OnAfterReconnect(
	IHub^ hub
)

Parameters

hub
Type: Microsoft.AspNet.SignalR.Hubs::IHub
The hub the client has reconnected to.
Show: