IAdministrationService.DeleteDevices(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.
Delete devices.
public:
void DeleteDevices(System::Collections::Generic::IList<Guid> ^ managedEntityIdList, System::Collections::Generic::IList<Guid> ^ managedEntityTypeIdList);
public void DeleteDevices (System.Collections.Generic.IList<Guid> managedEntityIdList, System.Collections.Generic.IList<Guid> managedEntityTypeIdList);
abstract member DeleteDevices : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> -> unit
Public Sub DeleteDevices (managedEntityIdList As IList(Of Guid), managedEntityTypeIdList As IList(Of Guid))