Click or drag to resize
IDeviceManagerDetachDeviceToStandalone Method

[This is preliminary documentation and is subject to change.]

Returns a previously attached device back to stand alone

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void DetachDeviceToStandalone(
	long deviceId
)

Parameters

deviceId
Type: SystemInt64
Device id of device to detach
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if object is not found.
InvalidOperationExceptionDevice is not installed in a slot
DatabaseInconsistencyExceptionCondition.
InvalidIdentifierExceptionThrown if id is zero or less.
CalculationExceptionException during interface name calculation
See Also