Click or drag to resize

ITransactionContextGetTxnId Method

Gets the id that uniquely identifies the transaction.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
string GetTxnId()

Return Value

Type: String
the transaction id.
Remarks
Gets the id that uniquely identifies the transaction.
See Also