Share via


ITransportHeartbeat.RemoveConnection Method

.NET Framework 4

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)

Syntax

'Declaration
Sub RemoveConnection ( _
    connection As ITrackingConnection _
)
'Usage
Dim instance As ITransportHeartbeat 
Dim connection As ITrackingConnection

instance.RemoveConnection(connection)
void RemoveConnection(
    ITrackingConnection connection
)
void RemoveConnection(
    ITrackingConnection^ connection
)
abstract RemoveConnection : 
        connection:ITrackingConnection -> unit
function RemoveConnection(
    connection : ITrackingConnection
)

Parameters

See Also

Reference

ITransportHeartbeat Interface

Microsoft.AspNet.SignalR.Transports Namespace