Applies To: Operations Manager for System Center 2012
Rejects the specified actions that are awaiting administrator approval.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void RejectAgentPendingActions(
    IList<AgentPendingAction> agentPendingActions
)
public:
void RejectAgentPendingActions(
    IList<AgentPendingAction^>^ agentPendingActions
)
member RejectAgentPendingActions : 
        agentPendingActions:IList<AgentPendingAction> -> unit
Public Sub RejectAgentPendingActions (
    agentPendingActions As IList(Of AgentPendingAction)
)
Parameters
- agentPendingActions 
 Type: System.Collections.Generic.IList<AgentPendingAction>- The pending actions to reject. 
Examples
See Also
RejectAgentPendingActions Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top