IConnection.OnReconnected Method

.NET Framework 4.5

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()

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace