Share via


PurgeCompletedOperations Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Purges all the completed import, export and rebuild operations.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub PurgeCompletedOperations
'Usage
Dim instance As CatalogContext

instance.PurgeCompletedOperations()
public void PurgeCompletedOperations()
public:
void PurgeCompletedOperations()
public function PurgeCompletedOperations()

Remarks

All properties associated with the completed operations are deleted from the system. This method is called for maintenance purposes; to remove the records of completed items, to prevent the database from filling indefinitely.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

PurgeCompletedOperations Overload

Microsoft.CommerceServer.Catalog Namespace