Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / MaintenanceWorker Class / MaintainAccountData Method / MaintainAccountData(Int32,Int32) Method
The number of days account information remains after completion
Toatl number of items purged
In This Topic
    MaintainAccountData(Int32,Int32) Method
    In This Topic
    Removes account data associated with completed payments that has past the lifespan
    Syntax
    protected virtual void MaintainAccountData( 
       int paymentLifespan,
       out int clearCount
    )

    Parameters

    paymentLifespan
    The number of days account information remains after completion
    clearCount
    Toatl number of items purged
    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