IAdministrationService.GetAgentPendingActions(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.
Get agent pending actions.
public:
Microsoft::EnterpriseManagement::Common::ResultSet ^ GetAgentPendingActions(System::Collections::Generic::IList<Guid> ^ agentPendingActionIds);
public Microsoft.EnterpriseManagement.Common.ResultSet GetAgentPendingActions (System.Collections.Generic.IList<Guid> agentPendingActionIds);
abstract member GetAgentPendingActions : System.Collections.Generic.IList<Guid> -> Microsoft.EnterpriseManagement.Common.ResultSet
Public Function GetAgentPendingActions (agentPendingActionIds As IList(Of Guid)) As ResultSet