Important
|
Deprecated in 3.0. Please use unmanage methods in [class-netobj]. |
UnmanageObject(object) => void
Set object into unmanaged state. Has no effect if object is already in unmanaged state.
object |
NetXMS object to be modified. Can be NXSL class NetObj, Node, or Interface. Reference to object can be obtained using FindObject function. |
Return
None.
Example
UnmanageObject(FindObject(2)); // Set "Infrastructure Services" object to unmanaged state