GetOperationProgressForUser Method

Returns the progress of the operation identified by the operation identifier.

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

Syntax

'Declaration
Public Function GetOperationProgressForUser ( _
    operationId As Guid _
) As OperationsProgress
'Usage
Dim instance As CatalogContext
Dim operationId As Guid
Dim returnValue As OperationsProgress

returnValue = instance.GetOperationProgressForUser(operationId)
public OperationsProgress GetOperationProgressForUser(
    Guid operationId
)
public:
OperationsProgress^ GetOperationProgressForUser(
    Guid operationId
)
public function GetOperationProgressForUser(
    operationId : Guid
) : OperationsProgress

Parameters

Return Value

Type: Microsoft.CommerceServer.Catalog..::.OperationsProgress
An OperationsProgress class that contains the progress of the operation.

Remarks

The OperationProgress contains the progress of a long running operation and contains a dataset with the errors from the current operation.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace