C# 클래스 PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerHttpModule

An IHttpModule that registers routes for handling async tracking messages and serving the viewer
상속: IHttpModule
파일 보기 프로젝트 열기: PeteGoo/Workflow-Service-Tracking-Viewer

공개 메소드들

메소드 설명
Dispose ( ) : void

Cleans up any unmanaged resources

Init ( System.Web.HttpApplication context ) : void

Initializes the http module

비공개 메소드들

메소드 설명
OnInit ( ) : void
OnStart ( ) : void
RegisterRoutes ( RouteCollection routeCollection ) : void

메소드 상세

Dispose() 공개 메소드

Cleans up any unmanaged resources
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

Initializes the http module
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void