ServerChannelTranSessionID Property |
Returns the session ID 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 TranSessionID { get; }
Public ReadOnly Property TranSessionID As Integer
Get
Property Value
Type:
Int32Remarks
If no transaction is being processed, it returns 0.
See Also