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