C# 클래스 ImageProcessor.Web.Plugins.PostProcessor.ApplicationEvents

Binds the PostProcessor to process any image requests within the web application. Many thanks to Azure Image Optimizer
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
Start ( ) : void

The initial startup method.

비공개 메소드들

메소드 설명
PostProcess ( object sender, PostProcessingEventArgs e ) : void

Asynchronously post-processes cached images.

메소드 상세

Start() 공개 정적인 메소드

The initial startup method.
public static Start ( ) : void
리턴 void