Represents the heartbeat interval in seconds. The interval is the time between heartbeats that are sent to the Management Server from the agent. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Integer)

value = Heartbeats.Interval

Syntax

Visual Basic
Public Shared ReadOnly Interval As Setting(Of Integer)
C#
public static readonly Setting<int> Interval
C++
public:
static initonly Setting<int>^ Interval
J#
public static final Setting<int> Interval
JScript
public static final var Interval : Setting<int>

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also