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