Owner manual
OpenLNS Programmer's Reference 517
Syntax
network.CancelValidation
Element
Description
network
The Network object to be acted upon.
Added to API
LNS Release 3.20.
Close
Summary
Closes the OpenLNS network database and terminates
monitor set monitoring.
You should close the network’s System object before invoking
this method.
Availability
Local, full, and lightweight clients.
Syntax
network.Close
Element
Description
network
The Network object to be closed.
Added to API
Prior to LNS Release 3.0.
CloseIndependent
Summary
Closes the network database if the network database was
opened using the OpenIndependent method.
If this method is called when the network was opened using
the Open method, an error will be returned.
Availability
Independent clients.
Syntax
network.CloseIndependent
Element
Description
network
The Network object to be closed.
Added to API
Prior to LNS Release 3.0.
CompactDb
Summary
Defragments and re-indexes the OpenLNS network database.
The method may not be called on a database that is open and
in use by any client application.
You should backup all databases before calling this method.
Also, your computer should have at least twice as much free
disc space as the size of the database when you call this
method.
Availability
Local, full, lightweight, and independent clients.