Click or drag to resize

HazelcastClientNewTransactionContext Method

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

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

Return Value

Type: ITransactionContext
new ITransactionContext

Implements

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