Click or drag to resize

HazelcastClientNewTransactionContext Method (TransactionOptions)

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

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public ITransactionContext NewTransactionContext(
	TransactionOptions options
)

Parameters

options
Type: Hazelcast.TransactionTransactionOptions
options for this transaction

Return Value

Type: ITransactionContext
new ITransactionContext

Implements

IHazelcastInstanceNewTransactionContext(TransactionOptions)
Remarks
Creates a new ITransactionContext associated with the current thread with given options.
See Also