ManagementServer.MissingHeartbeatThreshold Property
Applies To: Operations Manager for System Center 2012
Gets or sets a value that determines the number of consecutive heartbeats from an agent that can be missed before generating an alert on the server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SettablePropertyValue<int> MissingHeartbeatThreshold { get; set; }
public:
property SettablePropertyValue<int>^ MissingHeartbeatThreshold {
SettablePropertyValue<int>^ get();
void set(SettablePropertyValue<int>^ value);
}
member MissingHeartbeatThreshold : SettablePropertyValue<int> with get, set
Public Property MissingHeartbeatThreshold As SettablePropertyValue(Of Integer)
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<Int32>
Returns a SettablePropertyValue<T> object.
Remarks
A heartbeat is a periodic pulse from an agent to its management server.
See Also
HeartbeatInterval
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top