IConnection.UpdateLastKeepAlive Method
.NET Framework 4.5
Updates the object to store the various keep alive timeout values.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Sub UpdateLastKeepAlive
'Usage
Dim instance As IConnection
instance.UpdateLastKeepAlive()
void UpdateLastKeepAlive()
void UpdateLastKeepAlive()
abstract UpdateLastKeepAlive : unit -> unit
function UpdateLastKeepAlive()