Licence Protector

ConcurrentUserLevel

Hide Navigation Pane

ConcurrentUserLevel

Previous topic Next topic  

ConcurrentUserLevel

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Defines the method how concurrent user testing is done.

 

The Light version disables the heartbeat and allows to manually add (with Prepare) or remove a user.

 

 

Name

ConcurrentUserLevel                                                                                  

Alternative if property can not be used

Get_ConcurrentUserLevel à Integer

Set_ ConcurrentUserLevel (Integer)

Purpose

Property to get or set the concurrent user level of the licence

Params

None

Returncode

Returncode

Type Integer

Note

0

Heartbeat (default)

1

Light (no heartbeat)

Usage

Read or set the level for all concurrent user modules in the licence.

Sample

 

Get:

  bIsHearbeat := (lic.ConcurrentUserLevel = 0)

  << use Boolean bIsHearbeat >>

 

Set:

  lic.ConcurrentUserLevel:= 1; // use no heartbeat

See also

Concurrent User mechanism