.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    BeginTransactionAsync Method

    Begins a new transaction.

    The method returns an ITransactionContext which can be used to obtain transactional distributed objects, and to commit or roll the transaction back.

    See general documetnation.... etc...

    BeginTransactionAsync()

    Begins a new transaction.

    Declaration
    Task<ITransactionContext> BeginTransactionAsync()
    Returns
    Task<ITransactionContext>

    A new transaction context.

    BeginTransactionAsync(TransactionOptions)

    Begins a new transaction.

    Declaration
    Task<ITransactionContext> BeginTransactionAsync(TransactionOptions options)
    Parameters
    TransactionOptions options

    Transaction options.

    Returns
    Task<ITransactionContext>

    A new transaction context.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.