TransportHeartbeat Class

.NET Framework 4.5

Represents the default implementation of ITransportHeartbeat.

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

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

public ref class TransportHeartbeat : ITransportHeartbeat, 
	IDisposable

The TransportHeartbeat type exposes the following members.

  NameDescription
Public methodTransportHeartbeatInitializes a new instance of the TransportHeartbeat class.
Top

  NameDescription
Public methodAddOrUpdateConnectionAdds a new connection to the list of tracked connections.
Public methodDispose()Releases all resources used by the current instance of the TransportHeartbeat class.
Protected methodDispose(Boolean)Releases the unmanaged resources used by the TransportHeartbeat class and optionally releases the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetConnectionsGets a list of connections being tracked.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMarkConnectionMarks an existing connection as active.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveConnectionRemoves a connection from the list of tracked connections.
Public methodToString (Inherited from Object.)
Top

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