ComputerHealthService.HeartbeatInterval Property

Updated: April 16, 2012

Gets or sets a value that indicates the number of seconds between heartbeats generated by the health service. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ComputerHealthService Dim value As SettablePropertyValue(Of Integer) value = instance.HeartbeatInterval instance.HeartbeatInterval = valuePublic Property HeartbeatInterval As SettablePropertyValue(Of Integer)public SettablePropertyValue<int> HeartbeatInterval { get; set; }public: property SettablePropertyValue<int>^ HeartbeatInterval { SettablePropertyValue<int>^ get (); void set (SettablePropertyValue<int>^ value); }/** @property */ public SettablePropertyValue<int> get_HeartbeatInterval () /** @property */ public void set_HeartbeatInterval (SettablePropertyValue<int> value) public function get HeartbeatInterval () : SettablePropertyValue<int> public function set HeartbeatInterval (value : SettablePropertyValue<int>) Property ValueReturns a SettablePropertyValue whose integer Value member indicates the number of seconds between heartbeats sent by the health service.

The health service only sends heartbeats if they are enabled.

After changing this value, call the ApplyChanges method to update the Operations Manager database.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms