HeartbeatMonitor Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents the HeartbeatMonitor to response from the server and carry on beating if a response was successful.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HeartbeatMonitor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HasBeenWarned | Gets or sets a value that indicates whether the HeartbeatMonitor has been warned. |
![]() | TimedOut | Gets or sets a value that indicates whether the HeartbeatMonitor had a timeout. |
| Name | Description | |
|---|---|---|
![]() | Beat | Logic to determine if we need to notify the user or attempt to reconnect. |
![]() | Dispose() | Releases all resources used by the current instance of the HeartbeatMonitor class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the HeartbeatMonitor class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Start | Updates LastKeepAlive and starts the timer. |
![]() | ToString | (Inherited from Object.) |
Show:
