IAdministrationService.SetAgentsManagementServer(IList<Guid>, IList<Guid>, IList<List<Guid>>) Method

Definition

Set agent communication.

public:
 void SetAgentsManagementServer(System::Collections::Generic::IList<Guid> ^ agentEntityIdList, System::Collections::Generic::IList<Guid> ^ serverEntityIdList, System::Collections::Generic::IList<System::Collections::Generic::List<Guid> ^> ^ failoverServerIdList);
public void SetAgentsManagementServer (System.Collections.Generic.IList<Guid> agentEntityIdList, System.Collections.Generic.IList<Guid> serverEntityIdList, System.Collections.Generic.IList<System.Collections.Generic.List<Guid>> failoverServerIdList);
abstract member SetAgentsManagementServer : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<System.Collections.Generic.List<Guid>> -> unit
Public Sub SetAgentsManagementServer (agentEntityIdList As IList(Of Guid), serverEntityIdList As IList(Of Guid), failoverServerIdList As IList(Of List(Of Guid)))

Parameters

agentEntityIdList
IList<Guid>
serverEntityIdList
IList<Guid>
failoverServerIdList
IList<List<Guid>>

Applies to