Share via


AgentPendingAction Class

Definition

Agent pending actions.

public ref class AgentPendingAction : Microsoft::EnterpriseManagement::Common::MonitoringBase
[System.Serializable]
public class AgentPendingAction : Microsoft.EnterpriseManagement.Common.MonitoringBase
type AgentPendingAction = class
    inherit MonitoringBase
Public Class AgentPendingAction
Inherits MonitoringBase
Inheritance
AgentPendingAction
Attributes

Examples

The following example shows how to display a list of pending tasks for all servers in a Management Group. In this example, mg is a ManagementGroup instance.

Remarks

You can get a list of all pending tasks in a Management Group using GetAgentPendingActions.

Properties

AgentName

The PrincipalName of the agent computer.

AgentPendingActionType

Agent pending action type.

LastModified

Time pending action was last changed.

ManagementServerName

The PrincipalName of the management server.

Methods

CreateCustomMonitoringObjects(IList<AgentPendingAction>, ManagementGroup)
Obsolete.

Create custom monitoring objects from agent pending actions.

CreateEnterpriseManagementObjects(IList<AgentPendingAction>, ManagementGroup)

Create CreatableEnterpriseManagementObjects from agent pending actions.

Applies to

See also