IHazelcastInstanceNewTransactionContext Method (TransactionOptions)Hazelcast .Net Client Class Library
Creates a new ITransactionContext associated with the current thread with given options.

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

ITransactionContext NewTransactionContext(
	TransactionOptions options
)

Parameters

options
Type: Hazelcast.TransactionTransactionOptions
options for this transaction

Return Value

Type: ITransactionContext
new ITransactionContext
Remarks

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

Reference