ServerChannelTranSequence Property |
Returns the sequence code of the current transaction.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic int TranSequence { get; }
Public ReadOnly Property TranSequence As Integer
Get
Property Value
Type:
Int32
Remarks
If no transaction is being processed, it returns 0.
See Also