IAdministrationService.ApproveAgentPendingActions(IList<Guid>, String) 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.
Approve agent pending actions.
public:
void ApproveAgentPendingActions(System::Collections::Generic::IList<Guid> ^ agentPendingActionIds, System::String ^ userName);
public void ApproveAgentPendingActions (System.Collections.Generic.IList<Guid> agentPendingActionIds, string userName);
abstract member ApproveAgentPendingActions : System.Collections.Generic.IList<Guid> * string -> unit
Public Sub ApproveAgentPendingActions (agentPendingActionIds As IList(Of Guid), userName As String)
Parameters
- userName
- String