v1.1.0
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.