IHubPipelineInvoker::Reconnect Method

.NET Framework 4.5

To be called when a client reconnects to the HubDispatcher for each IHub the client connects to. By default, this results in the IHub 's OnReconnected method being invoked.

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

Task^ Reconnect(
	IHub^ hub
)

Parameters

hub
Type: Microsoft.AspNet.SignalR.Hubs::IHub
A IHub the client is reconnected to.

Return Value

Type: System.Threading.Tasks::Task
Returns Task.
Show: