ITransportHeartbeat::GetConnections Method

.NET Framework 4.5

Gets a list of connections being tracked.

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

IList<ITrackingConnection^>^ GetConnections()

Return Value

Type: System.Collections.Generic::IList<ITrackingConnection>
A list of connections.
Show: