RebuildProgress Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains information about the status of the rebuild operation.
The RebuildProgress 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. (Inherited from OperationsProgress.) | |
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. (Inherited from OperationsProgress.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
EndDate | Gets the date and time, in UTC, the operation ended. (Inherited from OperationsProgress.) | |
Errors | Gets the collection of errors that occurred during a catalog operation. (Inherited from OperationsProgress.) | |
OperationId | Gets the operation id. (Inherited from OperationsProgress.) | |
OperationProgress | Gets progress of the import, export, or rebuild operation. (Inherited from OperationsProgress.) | |
OperationType | Gets the type of the operation being performed. (Inherited from OperationsProgress.) | |
StartDate | Gets the date and time, in UTC, the operation started. (Inherited from OperationsProgress.) | |
Status | Gets the status of a catalog import, export, or rebuild operation. (Inherited from OperationsProgress.) |
Top