ITransportHeartbeat::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)

void RemoveConnection(
	ITrackingConnection^ connection
)

Parameters

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