Share via


CommerceModule.Init(HttpApplication) Method (BCL)

Use this method to initialize the module and set up the event handlers.

Definition

[Visual Basic .NET]

Overrides Public Sub Init( _ByValappInstance As System.Web.HttpApplication _
) 

[C#]

public override void Init(System.Web.HttpApplicationappInstance);

Parameters

[Visual Basic .NET]

  • appInstance
    The current HttpApplication instance.

[C#]

  • appInstance
    The current HttpApplication instance.

Implements

System.Web.IHttpModule

Remarks

This method sets the IsInitialized property to true when complete.

The method throws a CommerceResourceDependencyException when the associated Commerce Server resource of a known cache type is not found.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.