IAdministrationService.RejectAgentPendingActions(IList<Guid>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reject agent pending actions.
public:
void RejectAgentPendingActions(System::Collections::Generic::IList<Guid> ^ agentPendingActionIds);
public void RejectAgentPendingActions (System.Collections.Generic.IList<Guid> agentPendingActionIds);
abstract member RejectAgentPendingActions : System.Collections.Generic.IList<Guid> -> unit
Public Sub RejectAgentPendingActions (agentPendingActionIds As IList(Of Guid))