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();
 }