HubDispatcher::OnReconnected Method

.NET Framework 4.5This member overrides PersistentConnection::OnReconnected(IRequest, String).

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

protected:
virtual Task^ OnReconnected(
	IRequest^ request, 
	String^ connectionId
) override

Parameters

request
Type: Microsoft.AspNet.SignalR::IRequest
connectionId
Type: System::String
Show: