Skip to content

v1.1.0

Compare
Choose a tag to compare
@ChadBurggraf ChadBurggraf released this 20 May 16:40
· 7 commits to master since this release

Adds support for invoking HTTP application entry and exit points. Before the first job is about to run, any discovered Application_Start or similar method (typically found in Global.asax) will be invoked.

Similarly, when AppDomains are unloaded, any discovered Application_End or similar method will be invoked.