ComputerHealthService.HeartbeatInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.