CommerceApplicationModule Class

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

The primary CommerceModule class responsible for initialization of the site framework. This class cannot be inherited.

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

Syntax

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

Remarks

The CommerceApplicationModule class must be the first CommerceModule class listed in the httpModules section of the web.config file. This class is sealed.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.CommerceModule
    Microsoft.CommerceServer.Runtime..::.CommerceApplicationModule

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

CommerceApplicationModule Members

Microsoft.CommerceServer.Runtime Namespace