QueueSeqNo

This property returns the sequence number given to the queued function using the emProc.Queue method.

Group: Embedded Procedure Object


Syntax:       nValue = emProc.QueueSeqNo

nValue        (Long) contains the sequence number generated by the Transaction Manager when the function was queued.

Example:

Dim nValue As Long

emProc.Queue

nValue = emProc.QueueSeqNo