コード例 #1
0
 public Guid BeginApplicationTransaction(bool shouldJoin, bool isInsert, ProcessCallInfo callInfo)
 {
     ProcessCallInfo(callInfo);
     try
     {
         return(_serverProcess.BeginApplicationTransaction(shouldJoin, isInsert));
     }
     catch (Exception E)
     {
         throw WrapException(E);
     }
 }