Activationlicense, Applicationhandle – Echelon OpenLNS User Manual
Page 911
OpenLNS Programmer's Reference
874
Availability
Local, full, and lightweight clients.
Syntax
acctsCollection = sysObject.Accounts
Element
Description
acctsCollection
sysObject
Data Type
Read/Write
Read only.
Added to API
LNS Release 3.0.
ActivationLicense
Summary
Returns an ActivationLicense object that contains a snapshot
of the activation license on the OpenLNS Server at the time
it was first accessed.
The properties of the ActivationLicense object will not change
if you re-read them, even if the license becomes invalid in the
meantime. To get an updated snapshot of the license
information, call the Refresh method or release this object
and acquire a new one by re-reading this property.
You can only read this after you open the system; however,
you can access it even if the system is in “licensing failure
mode”.
This object will be returned regardless if the license is valid
for this computer or not.
Availability
Local, full, and lightweight clients.
Syntax
activationLicense = systemObject.ActivationLicense
Element
Description
activationLicense An ActivationLicense object
representing a snapshot of the
activation license on the OpenLNS
Server.
systemObject
The System
object to be acted on.
Data Type
ActivationLicense object
.
Read/Write
Read only.
Added to API
OpenLNS.
ApplicationHandle
Summary
The unique identifier assigned to this instance of the Object
Server by the NSS Engine
.
The ApplicationHandle property is used internally by the
Object Server to register service requests and event handles
with the NSS
.