IAdministrationService.InsertAgentPendingActions(IList<String>, IList<String>, String, Int32) Method

Definition

Insert agent pending actions.

public:
 System::Collections::Generic::IList<Guid> ^ InsertAgentPendingActions(System::Collections::Generic::IList<System::String ^> ^ agentPrincipalNames, System::Collections::Generic::IList<System::String ^> ^ pendingActionDataXml, System::String ^ managementServerPrincipalName, int pendingActionType);
public System.Collections.Generic.IList<Guid> InsertAgentPendingActions (System.Collections.Generic.IList<string> agentPrincipalNames, System.Collections.Generic.IList<string> pendingActionDataXml, string managementServerPrincipalName, int pendingActionType);
abstract member InsertAgentPendingActions : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * int -> System.Collections.Generic.IList<Guid>
Public Function InsertAgentPendingActions (agentPrincipalNames As IList(Of String), pendingActionDataXml As IList(Of String), managementServerPrincipalName As String, pendingActionType As Integer) As IList(Of Guid)

Parameters

agentPrincipalNames
IList<String>
pendingActionDataXml
IList<String>
managementServerPrincipalName
String
pendingActionType
Int32

Returns

IList<Guid>

Applies to