IHazelcastInstanceNewTransactionContext Method Hazelcast .Net Client Class Library
Creates a new ITransactionContext associated with the current thread using default options.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

ITransactionContext NewTransactionContext()

Return Value

Type: ITransactionContext
new ITransactionContext
Remarks

Creates a new ITransactionContext associated with the current thread using default options.
See Also

Reference