IAdministrationService.StartManagingRemotely(IList<Guid>, IList<Guid>, IList<Guid>) Method

Definition

Start or change the managed entity agent that is remotely managing the managed entity.

public:
 void StartManagingRemotely(System::Collections::Generic::IList<Guid> ^ managedEntityIds, System::Collections::Generic::IList<Guid> ^ managedEntityTypeIds, System::Collections::Generic::IList<Guid> ^ managingAgentIds);
public void StartManagingRemotely (System.Collections.Generic.IList<Guid> managedEntityIds, System.Collections.Generic.IList<Guid> managedEntityTypeIds, System.Collections.Generic.IList<Guid> managingAgentIds);
abstract member StartManagingRemotely : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> -> unit
Public Sub StartManagingRemotely (managedEntityIds As IList(Of Guid), managedEntityTypeIds As IList(Of Guid), managingAgentIds As IList(Of Guid))

Parameters

managedEntityIds
IList<Guid>
managedEntityTypeIds
IList<Guid>
managingAgentIds
IList<Guid>

Applies to