ImportProgress Class

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

Contains information about the status of the import operation.

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

Syntax

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

Remarks

Provides information about the importing 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..::.ImportProgress

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

ImportProgress Members

Microsoft.CommerceServer.Catalog Namespace