IAdministrationService.SetAgentsManagementServer(IList<Guid>, IList<Guid>, IList<List<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.
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)))