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)

Syntax

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

instance.RemoveConnection(connection)
public void RemoveConnection(
    ITrackingConnection connection
)
public:
virtual void RemoveConnection(
    ITrackingConnection^ connection
) sealed
abstract RemoveConnection : 
        connection:ITrackingConnection -> unit  
override RemoveConnection : 
        connection:ITrackingConnection -> unit
public final function RemoveConnection(
    connection : ITrackingConnection
)

Parameters

Implements

ITransportHeartbeat.RemoveConnection(ITrackingConnection)

See Also

Reference

TransportHeartbeat Class

Microsoft.AspNet.SignalR.Transports Namespace