Show / Hide Table of Contents

    TransactionAttribute.ScopeTimeout Property

    .NET Standard 2.x

    Gets or sets the time (in milliseconds) after which the transaction scope times out and aborts the transaction.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public double ScopeTimeout { get; set; }
    

    Property Value

    System.Double

    The number of the millisecond after which the transaction scope times out and aborts the transaction.

    Default is 0.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon