HeartbeatMonitor Class

.NET Framework 4.5

Represents the HeartbeatMonitor to response from the server and carry on beating if a response was successful.

System::Object
  Microsoft.AspNet.SignalR.Client::HeartbeatMonitor

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class HeartbeatMonitor : IDisposable

The HeartbeatMonitor type exposes the following members.

  NameDescription
Public methodHeartbeatMonitorInitializes a new instance of the HeartbeatMonitor Class.
Top

  NameDescription
Public propertyHasBeenWarnedGets or sets a value that indicates whether the HeartbeatMonitor has been warned.
Public propertyTimedOutGets or sets a value that indicates whether the HeartbeatMonitor had a timeout.
Top

  NameDescription
Public methodBeatLogic to determine if we need to notify the user or attempt to reconnect.
Public methodDispose()Releases all resources used by the current instance of the HeartbeatMonitor class.
Protected methodDispose(Boolean)Releases the unmanaged resources used by the HeartbeatMonitor class and optionally releases the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartUpdates LastKeepAlive and starts the timer.
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: