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