HubPipelineModule::OnAfterConnect Method

.NET Framework 4.5

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

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

protected:
virtual void OnAfterConnect(
	IHub^ hub
)

Parameters

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