Freigeben über


WorkflowWebHostingModule.IHttpModule.Init(HttpApplication) Methode

Definition

Initialisiert das Webhostingmodul für Workflows und bereitet es für die Verarbeitung von Anforderungen vor.

 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

Parameter

application
HttpApplication

Eine HttpApplication, die den Zugriff auf die Methoden, Eigenschaften und Ereignisse ermöglicht, die allen Anwendungsobjekten in einer ASP.NET-Anwendung gemeinsam sind.

Implementiert

Hinweise

Mit WorkflowWebHostingModule.IHttpModule.Init(HttpApplication) werden Ereignisbehandlungsmethoden mit bestimmten Ereignissen registriert.

Gilt für:

Weitere Informationen