Owner manual

OpenLNS Programmer's Reference 538
Systems
Summary
Returns the Systems collection containing the System object.
Only one System is allowed for each network (the Systems
collection will always contain only one object).
Availability
Local, full, and lightweight clients.
Syntax
systemsCollection = networkObject.Systems
Element
Description
systemsCollection
Returned collection of System
objects.
networkObject
Network object to be acted upon.
Data Type
Systems collection object.
Read/Write
Read only.
Added to API
LNS Release 3.0.
Networks
The Networks object contains a collection of Network objects. This collection represents all of
the networks known to the ObjectServer. The ObjectServer supports multiple active
networks simultaneously, depending on the system resources available. The resources and
memory required to support any number of open networks depends on the sizes of the
networks, and the activities of the client application(s) operating on those networks. You
should monitor the performance of your system when using large networks or multiple
networks to ensure that you have the proper amount of memory available.
The following table summarizes the Networks object.
Description
A collection of Network objects.
Added to API
LNS Release 3.0.
Accessed Through
ObjectServer object.
Default Property
Item
Methods
Add
RemoveEx
Properties
ClassId
Count
Item
Parent
_NewEnum
Methods
The Networks object contains the following methods.
Add
RemoveEx