TransportHeartbeat Class

.NET Framework 4.5

Default implementation of ITransportHeartbeat .

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Transports.TransportHeartbeat

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

Syntax

'Declaration
Public Class TransportHeartbeat _
    Implements ITransportHeartbeat, IDisposable
'Usage
Dim instance As TransportHeartbeat
public class TransportHeartbeat : ITransportHeartbeat, 
    IDisposable
public ref class TransportHeartbeat : ITransportHeartbeat, 
    IDisposable
type TransportHeartbeat =  
    class 
        interface ITransportHeartbeat 
        interface IDisposable 
    end
public class TransportHeartbeat implements ITransportHeartbeat, IDisposable

The TransportHeartbeat type exposes the following members.

Constructors

  Name Description
Public method TransportHeartbeat Initializes and instance of the TransportHeartbeat class.

Top

Methods

  Name Description
Public method AddConnection Adds a new connection to the list of tracked connections.
Public method Dispose()
Protected method Dispose(Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetConnections Gets a list of connections being tracked.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MarkConnection Marks an existing connection as active.
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveConnection Removes a connection from the list of tracked connections.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Transports Namespace