PurgeCompletedOperation Method

Purges the operation identified by the operation identifier.

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

Syntax

'Declaration
Public Sub PurgeCompletedOperation ( _
    operationId As Guid _
)
'Usage
Dim instance As CatalogContext
Dim operationId As Guid

instance.PurgeCompletedOperation(operationId)
public void PurgeCompletedOperation(
    Guid operationId
)
public:
void PurgeCompletedOperation(
    Guid operationId
)
public function PurgeCompletedOperation(
    operationId : Guid
)

Parameters

  • operationId
    Type: System..::.Guid
    An identifier for the import, export or rebuild operation.

Remarks

All properties associated with the operationId are deleted from the system.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace