Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RecryptionHelper Class / GetRecryptionWorkload Method
In This Topic
    GetRecryptionWorkload Method
    In This Topic
    Counts the total number of records in the database that are marked for recrypt
    Syntax
    public static int GetRecryptionWorkload()

    Return Value

    The total number of records in the database that are marked for recrypt
    Remarks
    Unless a recryption is in progress, this will always return 0. Use EstimateRecryptionWorkload to count the records that would need recryption in the event of a key change.
    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