TransportHeartbeat::RemoveConnection Method

.NET Framework 4.5

Removes a connection from the list of tracked connections.

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

public:
virtual void RemoveConnection(
	ITrackingConnection^ connection
) sealed

Parameters

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

Implements

ITransportHeartbeat::RemoveConnection(ITrackingConnection)
Show: