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)
Syntax public int TranSequence { get; }
Public ReadOnly Property TranSequence As Integer
Get
Property Value
Type:
Int32Remarks
If no transaction is being processed, it returns 0.
See Also