Share via


HeartbeatMonitor.TimedOut Property

.NET Framework 4.5

Gets or sets a value that indicates whether the HeartbeatMonitor had a timeout.

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

Syntax

'Declaration
Public Property TimedOut As Boolean 
    Get 
    Private Set
'Usage
Dim instance As HeartbeatMonitor 
Dim value As Boolean 

value = instance.TimedOut
public bool TimedOut { get; private set; }
public:
property bool TimedOut {
    bool get ();
    private: void set (bool value);
}
member TimedOut : bool with get, private set
function get TimedOut () : boolean 
private function set TimedOut (value : boolean)

Property Value

Type: System.Boolean
true if the HeartbeatMonitor had a timeout; otherwise, false.

See Also

Reference

HeartbeatMonitor Class

Microsoft.AspNet.SignalR.Client Namespace