Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 852 Bytes

File metadata and controls

33 lines (25 loc) · 852 Bytes

CreateContainer()

Note
This function is enabled by default, but can be disabled by setting configuration parameter "NXSL.EnableContainerFunctions".
Important

Deprecated in 5.0.

Please use createContainer() method of Container, Collector or ServiceRoot class instead.

CreateContainer(parent, name) => Container

Create new container under parent object with desired name.

Table 1. Parameters

parent

Parent object ([class-netobj] referring to container object or infrastructure service root).

name

Name of the container to create

Return

Instance of newly created [class-container] object or null if failed.