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

Definition

Stop remotely managing the managed entity.

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

Parameters

managedEntityIds
IList<Guid>
managedEntityTypeIds
IList<Guid>

Applies to