Exemplo n.º 1
0
 public override object WaitForPendingOperationsToComplete(object invocationResult)
 {
     try
     {
         _currentContext.WaitForPendingOperationsToComplete();
         return(invocationResult);
     }
     catch (Exception e)
     {
         PreserveStackTrace(e);
         throw;
     }
 }