IConnection.OnReconnecting Method

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Sub OnReconnecting
'Usage
Dim instance As IConnection

instance.OnReconnecting()
void OnReconnecting()
void OnReconnecting()
abstract OnReconnecting : unit -> unit
function OnReconnecting()

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace