Share via


GetOperationsProgressForUser Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns all the operations that started in the last 24 hours.

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

Syntax

'Declaration
Public Function GetOperationsProgressForUser As OperationsProgress()
'Usage
Dim instance As CatalogContext
Dim returnValue As OperationsProgress()

returnValue = instance.GetOperationsProgressForUser()
public OperationsProgress[] GetOperationsProgressForUser()
public:
array<OperationsProgress^>^ GetOperationsProgressForUser()
public function GetOperationsProgressForUser() : OperationsProgress[]

Return Value

Type: array<Microsoft.CommerceServer.Catalog..::.OperationsProgress>[]()[]
An OperationsProgress array containing all the operation started by the current user within the last 24 hours.

Remarks

The method calls the GetOperationsProgressForUser (TimeSpan.FromDays(1)).

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

GetOperationsProgressForUser Overload

Microsoft.CommerceServer.Catalog Namespace