Settings.Agent.Heartbeats Structure
Applies To: Operations Manager for System Center 2012
Contains heartbeat settings for an agent.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct Heartbeats
[SettingGroupAttribute]
public value struct Heartbeats
[<Sealed>]
[<SettingGroupAttribute>]
type Heartbeats = struct end
<SettingGroupAttribute>
Public Structure Heartbeats
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Interval | Represents the heartbeat interval in seconds. The interval is the time between heartbeats that are sent to the Management Server from the agent. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top