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
- 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.