Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server/3.2/ServiceCallInterception.cs

    r3013 r3203  
    1717      Object obj;
    1818     
    19      // using (TransactionScope scope = new TransactionScope()) {
     19      using (TransactionScope scope = new TransactionScope()) {
    2020        try {
    2121          obj = invocation.Proceed();
    22      //     scope.Complete();
     22          scope.Complete();
    2323        } finally {
    2424          ContextFactory.Context.Dispose();
     
    2727          Console.WriteLine("Disposing old Context");     
    2828        }
    29      // }     
     29      }     
    3030      Console.WriteLine(DateTime.Now + " - " + Thread.CurrentThread.ManagedThreadId + " - Leaving Method " + invocation.Method.Name);           
    3131      return obj;
Note: See TracChangeset for help on using the changeset viewer.