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