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
- operationId
Type: System..::.Guid
The operation identifier.
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
- 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.