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