GetAllObjects
Gets all the objects created in the server.
C# Syntax
List<Object> NAPI.Pools.GetAllObjects();
Example
// Code here...
Gets all the objects created in the server.
List<Object> NAPI.Pools.GetAllObjects();
// Code here...