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