Share via


Init Method

The IHttpModule.Init implementation. Initializes the module and sets up the event handlers.

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

Syntax

'Declaration
Public Overrides Sub Init ( _
    appInstance As HttpApplication _
)
'Usage
Dim instance As CommerceDirectMailerAuthenticationModule
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

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

Permissions

See Also

Reference

CommerceDirectMailerAuthenticationModule Class

CommerceDirectMailerAuthenticationModule Members

Microsoft.CommerceServer.Runtime Namespace