Share via


HeartbeatMonitor.HasBeenWarned Property

.NET Framework 4.5

Gets or sets a value that indicates whether the HeartbeatMonitor has been warned.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the HeartbeatMonitor has been warned; otherwise, false.

See Also

Reference

HeartbeatMonitor Class

Microsoft.AspNet.SignalR.Client Namespace