TransportHeartbeat::RemoveConnection Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Removes a connection from the list of tracked connections.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- connection
- Type: Microsoft.AspNet.SignalR.Transports::ITrackingConnection
The connection to remove.
Implements
ITransportHeartbeat::RemoveConnection(ITrackingConnection)
Show: