ServerChannelTranOriginatorSession Property |
Returns the originator session name of the current transaction.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic string TranOriginatorSession { get; }
Public ReadOnly Property TranOriginatorSession As String
Get
Property Value
Type:
String
Remarks
If no transaction is being processed, it returns null.
See Also