TransportHeartbeat::MarkConnection Method

.NET Framework 4.5

Marks an existing connection as active.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual void MarkConnection(
	ITrackingConnection^ connection
) sealed

Parameters

connection
Type: Microsoft.AspNet.SignalR.Transports::ITrackingConnection
The connection to mark.

Implements

ITransportHeartbeat::MarkConnection(ITrackingConnection)
Show: