ExportProgress Class

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

Contains information about the status of the export operation.

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

Syntax

'Declaration
Public NotInheritable Class ExportProgress _
    Inherits OperationsProgress
'Usage
Dim instance As ExportProgress
public sealed class ExportProgress : OperationsProgress
public ref class ExportProgress sealed : public OperationsProgress
public final class ExportProgress extends OperationsProgress

Remarks

Provides information about the exporting a file according to the specified options.

Examples

For an example of the ImportProgress using primarily the base class properties, see OperationProgress.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
    Microsoft.CommerceServer.Catalog..::.OperationsProgress
      Microsoft.CommerceServer.Catalog..::.ExportProgress

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExportProgress Members

Microsoft.CommerceServer.Catalog Namespace