Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 654 Bytes

unmanageobject.adoc

File metadata and controls

34 lines (27 loc) · 654 Bytes

UnmanageObject()

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.

Table 1. Parameters

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