You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
anInteger = getSequenceNumber()
Semantics

Returns a sequence number as an integer (64bit). A sequence number is guaranteed to be larger than the number retrieved with a previous call to getSequenceNumber().

As the sequence number is maintained within a server process and shared between multiple threads and requests.

  • It will be reset upon restart of the xUML service,
  • It increases in arbitrary steps >= 1.
Examples
set aTimeStamp = getSequenceNumber();

Related Pages:

  • No labels