Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4This member overrides TransportDisconnectBase.KeepAlive().
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overrides Function KeepAlive As Task
'Usage
Dim instance As ForeverFrameTransport
Dim returnValue As Task
returnValue = instance.KeepAlive()
public override Task KeepAlive()
public:
virtual Task^ KeepAlive() override
abstract KeepAlive : unit -> Task
override KeepAlive : unit -> Task
public override function KeepAlive() : Task
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
Implements
ITrackingConnection.KeepAlive()