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

This module does not subscribe to any application events.

Throws a CommerceResourceDependencyException if the associated Commerce resource of a known cache type could not be found.

Implements

System.Web.IHttpModule

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.