FireOnAppEnd() 개인적인 메소드

private FireOnAppEnd ( ) : void
리턴 void
예제 #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();
 }