  | IHazelcastInstanceNewTransactionContext Method (TransactionOptions) | 
 Creates a new ITransactionContext associated with the current thread with given options.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
SyntaxITransactionContext NewTransactionContext(
	TransactionOptions options
)
Function NewTransactionContext ( 
	options As TransactionOptions
) As ITransactionContext
ITransactionContext^ NewTransactionContext(
	TransactionOptions^ options
)
abstract NewTransactionContext : 
        options : TransactionOptions -> ITransactionContext 
Parameters
- options
 - Type: Hazelcast.TransactionTransactionOptions
options for this transaction 
Return Value
Type: 
ITransactionContextnew ITransactionContext
RemarksCreates a new ITransactionContext associated with the current thread with given options.
See Also