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