CommerceApplicationModule.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.

Remarks

The SiteName, Resources, Pipelines,****and DebugContext properties are initialized after reading the <application> section of the Commerce Server config section. 

Implements

System.Web.IHttpModule

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.