Class InitializationModule

Inheritance
System.Object
InitializationModule
Implements
System.Web.IHttpModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Business.Commerce.HttpModules
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("This module is no longer needed since initialization for Commerce Manager is now done thru proper framework calls. Will remain at least until November 2016.", false)]
public class InitializationModule : IHttpModule

Constructors

InitializationModule()

Declaration
public InitializationModule()

Methods

Dispose()

Declaration
public void Dispose()

Init(HttpApplication)

Declaration
public void Init(HttpApplication context)
Parameters
Type Name Description
System.Web.HttpApplication context

Implements

System.Web.IHttpModule