Connection.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
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.

Implements

IConnection.OnReconnected()

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace