ComputerHealthService.HeartbeatInterval Property

Definition

Heartbeat Interval in seconds.

public:
 property Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ HeartbeatInterval { Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ get(); void set(Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ value); };
public Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<int> HeartbeatInterval { get; set; }
member this.HeartbeatInterval : Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<int> with get, set
Public Property HeartbeatInterval As SettablePropertyValue(Of Integer)

Property Value

SettablePropertyValue<Int32>

Returns a SettablePropertyValue<T> whose integer Value member indicates the number of seconds between heartbeats sent by the health service.

Remarks

The health service only sends heartbeats if they are enabled.

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

Applies to