Share via


Init Method

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

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

Syntax

'Declaration
Public Overrides Sub Init ( _
    appInstance As HttpApplication _
)
'Usage
Dim instance As CommerceProfileModule
Dim appInstance As HttpApplication

instance.Init(appInstance)
public override void Init(
    HttpApplication appInstance
)
public:
virtual void Init(
    HttpApplication^ appInstance
) override
public override function Init(
    appInstance : HttpApplication
)

Parameters

Implements

IHttpModule..::.Init(HttpApplication)

Remarks

CommerceProfileModule subscribes to the application BeginRequest events by adding an event handler to the HTTP pipeline chain of execution.

Permissions

See Also

Reference

CommerceProfileModule Class

CommerceProfileModule Members

Microsoft.CommerceServer.Runtime.Profiles Namespace