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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.