Connection.IConnection.OnReconnecting Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Private Sub OnReconnecting Implements IConnection.OnReconnecting
'Usage
Dim instance As Connection
CType(instance, IConnection).OnReconnecting()
void IConnection.OnReconnecting()
private:
virtual void OnReconnecting() sealed = IConnection::OnReconnecting
private abstract OnReconnecting : unit -> unit
private override OnReconnecting : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.