public static void DecrementBusyCount()
 {
     AspNetPartialTrustHelpers.FailIfInPartialTrustOutsideAspNet();
     HostingEnvironment.DecrementBusyCount();
 }
Esempio n. 2
0
 public static void DecrementBusyCount()
 {
     HostingEnvironment.DecrementBusyCount();
 }
Esempio n. 3
0
 public void Finished()
 {
     log.Debug($"Finished");
     HostingEnvironment.UnregisterObject(this);
     HostingEnvironment.DecrementBusyCount();
 }