Example #1
0
 private void CloseTransactionScope()
 {
     if (transactionScope != null)
     {
         transactionScope.Dispose();
     }
     if (this.parameteStart != null)
     {
         this.parameteStart = null;
     }
 }
Example #2
0
 public DTCProvider(ParameterizedDTCProviderStart start)
 {
     parameteStart += start;
 }