Show / Hide Table of Contents

    TransactionAttribute.AsyncFlowOption Property

    .NET Standard 2.x

    Gets or sets a TransactionScopeAsyncFlowOption enumeration that describes whether the ambient transaction associated with the transaction scope will flow across thread continuations when using Task or async/await .NET async programming patterns.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public TransactionScopeAsyncFlowOption AsyncFlowOption { get; set; }
    

    Property Value

    System.Transactions.TransactionScopeAsyncFlowOption

    A TransactionScopeAsyncFlowOption enumeration that describes whether the ambient transaction associated with the transaction scope will flow across thread continuations when using Task or async/await .NET async programming patterns.

    Default is TransactionScopeAsyncFlowOption.Enabled.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon