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