AgentPendingAction Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a task that targets an agent on a managed computer. The task is queued or awaiting administrator approval.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Administration::AgentPendingAction

[SerializableAttribute]
public ref class AgentPendingAction : MonitoringBase

NameDescription
System_CAPS_pubpropertyAgentName

Gets the name of the agent targeted by the task.

System_CAPS_pubpropertyAgentPendingActionType

Gets the type of task that is pending.

System_CAPS_pubpropertyLastModified

Gets the time at which the pending task was last modified.

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementServerName

Gets the name of the primary Management Server from which the targeted agent receives configuration information and to which it sends collected data.

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

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: