  | 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
SyntaxITransactionContext NewTransactionContext()
Function NewTransactionContext As ITransactionContext
ITransactionContext^ NewTransactionContext()
abstract NewTransactionContext : unit -> ITransactionContext 
Return Value
Type: 
ITransactionContextnew ITransactionContext
RemarksCreates a new ITransactionContext associated with the current thread using default options.
See Also