WorkflowWebHostingModule.IHttpModule.Init(HttpApplication) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the workflow Web hosting module and prepares the module to handle requests.
virtual void System.Web.IHttpModule.Init(System::Web::HttpApplication ^ application) = System::Web::IHttpModule::Init;
void IHttpModule.Init (System.Web.HttpApplication application);
abstract member System.Web.IHttpModule.Init : System.Web.HttpApplication -> unit
override this.System.Web.IHttpModule.Init : System.Web.HttpApplication -> unit
Sub Init (application As HttpApplication) Implements IHttpModule.Init
Parameters
- application
- HttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.
Implements
Remarks
Use WorkflowWebHostingModule.IHttpModule.Init(HttpApplication) to register event handling methods with specific events.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.