CommerceModule Class

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

The base module class for all Microsoft Commerce Server modules.

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

Syntax

'Declaration
Public MustInherit Class CommerceModule _
    Implements IHttpModule
'Usage
Dim instance As CommerceModule
public abstract class CommerceModule : IHttpModule
public ref class CommerceModule abstract : IHttpModule
public abstract class CommerceModule implements IHttpModule

Remarks

CommerceModule is itself an IHttpModule.

The following classes derive from CommerceModule:

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.CommerceModule
    Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheModule
    Microsoft.CommerceServer.Runtime.Catalog..::.CommerceCatalogModule
    Microsoft.CommerceServer.Runtime..::.CommerceApplicationModule
    Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationModule
    Microsoft.CommerceServer.Runtime..::.CommerceDataWarehouseAuthenticationModule
    Microsoft.CommerceServer.Runtime..::.CommerceDirectMailerAuthenticationModule
    Microsoft.CommerceServer.Runtime.Orders..::.CommerceOrderModule
    Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileModule
    Microsoft.CommerceServer.Runtime.Targeting..::.CommerceContentSelectionModule
    Microsoft.CommerceServer.Runtime.Targeting..::.CommerceExpressionModule

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

CommerceModule Members

Microsoft.CommerceServer.Runtime Namespace