IAdministrationService.StopManagingRemotely(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.
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))