| ITransactionContextGetTxnId Method |
Gets the id that uniquely identifies the transaction.
Namespace:
Hazelcast.Transaction
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function GetTxnId As String
abstract GetTxnId : unit -> string
Return Value
Type:
Stringthe transaction id.
Remarks Gets the id that uniquely identifies the transaction.
See Also