ImportHost Class

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

This class is used to import a catalog from the host server. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("97CEA6B6-9A2A-407a-A5D4-9C6083870E4C")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ImportHost _
    Inherits ServicedComponent _
    Implements ICatalogImport, ICatalogRebuild
'Usage
Dim instance As ImportHost
[GuidAttribute("97CEA6B6-9A2A-407a-A5D4-9C6083870E4C")]
[ComVisibleAttribute(true)]
public sealed class ImportHost : ServicedComponent, ICatalogImport, 
    ICatalogRebuild
[GuidAttribute(L"97CEA6B6-9A2A-407a-A5D4-9C6083870E4C")]
[ComVisibleAttribute(true)]
public ref class ImportHost sealed : public ServicedComponent, 
    ICatalogImport, ICatalogRebuild
public final class ImportHost extends ServicedComponent implements ICatalogImport, ICatalogRebuild

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System..::.ContextBoundObject
      System.EnterpriseServices..::.ServicedComponent
        Microsoft.CommerceServer.Catalog..::.ImportHost

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

ImportHost Members

Microsoft.CommerceServer.Catalog Namespace