Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 650 Bytes

manageobject.adoc

File metadata and controls

33 lines (26 loc) · 650 Bytes

ManageObject()

Important

Deprecated in 3.0.

Please use manage() method of [class-netobj] class.

ManageObject(object) => void

Set object into managed state. Has no effect if object is already in managed state.

Table 1. Parameters

object

NetXMS object to be modified. Can be NXSL class [class-netobj] or any inherited for it. Reference to object can be obtained using [func-findobject] function.

Example
ManageObject(FindObject(125));    // Set object with id 125 to managed state