| IHazelcastInstanceNewTransactionContext Method |
Creates a new ITransactionContext associated with the current thread using default options.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ITransactionContext NewTransactionContext()
Function NewTransactionContext As ITransactionContext
ITransactionContext^ NewTransactionContext()
abstract NewTransactionContext : unit -> ITransactionContext
Return Value
Type:
ITransactionContextnew ITransactionContext
Remarks Creates a new ITransactionContext associated with the current thread using default options.
See Also