IConnection.OnReconnected Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Sub OnReconnected
'Usage
Dim instance As IConnection
instance.OnReconnected()
void OnReconnected()
void OnReconnected()
abstract OnReconnected : unit -> unit
function OnReconnected()