FireOnAppEnd() private method

private FireOnAppEnd ( ) : void
return void
Example #1
0
 //
 // This is invoked by HttpRuntime.Dispose, when we unload an AppDomain
 // To reproduce this in action, touch "global.asax" while XSP is running.
 //
 public static void Dispose()
 {
     theFactory.FireOnAppEnd();
 }