LBM .Net API Documentation
sequenceNumber Method
Namespacescom.latencybusters.lbmLBMMessagesequenceNumber()()()
LBM message (or message fragment) sequence number
Declaration Syntax
C#
public long sequenceNumber()
Return Value
LBM message (or message fragment) sequence number
Remarks
The sequence number of an LBM message is 32 bits. This field is a C#-style long int (64 bits). Therefore, LBM only recognizes the lower 32 bits of this field. When using hot-failover, this will be the hot failover sequence number when using 32 bit and be zero when using 64 bit. To get the original sequence number when using hot-failover, use the osqn() method.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0