PersistentConnection::OnReconnected Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A Task that completes when the re-connect operation is complete.
Called when a connection reconnects after a timeout.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- request
- Type: Microsoft.AspNet.SignalR::IRequest
The IRequest for the current connection.
- connectionId
- Type: System::String
The ID of the reconnecting client.
Return Value
Type: System.Threading.Tasks::TaskA Task that completes when the re-connect operation is complete.
Show: