OperationsProgress Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class containing the progress of a long running operation.
The OperationsProgress type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Refresh | Refresh the OperationsProgress. Ensures that the cache is coherent with the current design-time view properties. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) |
![]() |
CatalogName | Gets the catalog name for the current catalog. |
![]() |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) |
![]() |
EndDate | Gets the date and time, in UTC, the operation ended. |
![]() |
Errors | Gets the collection of errors that occurred during a catalog operation. |
![]() |
OperationId | Gets the operation id. |
![]() |
OperationProgress | Gets progress of the import, export, or rebuild operation. |
![]() |
OperationType | Gets the type of the operation being performed. |
![]() |
StartDate | Gets the date and time, in UTC, the operation started. |
![]() |
Status | Gets the status of a catalog import, export, or rebuild operation. |
Top