TransportHeartbeat::AddConnection Method

.NET Framework 4.5

Adds a new connection to the list of tracked connections.

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

public:
virtual bool AddConnection(
	ITrackingConnection^ connection
) sealed

Parameters

connection
Type: Microsoft.AspNet.SignalR.Transports::ITrackingConnection
The connection to be added.

Return Value

Type: System::Boolean
Returns Boolean.

Implements

ITransportHeartbeat::AddConnection(ITrackingConnection)
Show: