TransportDisconnectBase.KeepAlive Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overridable Function KeepAlive As Task
'Usage
Dim instance As TransportDisconnectBase
Dim returnValue As Task
returnValue = instance.KeepAlive()
public virtual Task KeepAlive()
public:
virtual Task^ KeepAlive()
abstract KeepAlive : unit -> Task
override KeepAlive : unit -> Task
public function KeepAlive() : Task
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
Implements
ITrackingConnection.KeepAlive()