Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Configuration Namespace / ApplicationSettings Class / CheckoutRetryCount Property
Version
CheckoutRetryCount Property
Gets or sets the maximum number of times checkout will attempt to process before failing.
Syntax
public int CheckoutRetryCount {get; set;}
Remarks
The checkout process occurs within an isolated transaction. If the checkout process encounters a lock contention issue, checkout will be retried up to the number of times specified here before terminating in an error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also