Exemplo n.º 1
0
 public TDMSFile CheckIn()
 {
     try {
         Log.Debug("successfully file check in to tdms file");
         return(Origin.CheckIn());
     }
     catch (Exception) {
         Log.Debug("error on file check in to tdms file");
         Log.Debug($"tdmsobject: {Origin.TdmsFile.Owner.GUID}");
         Log.Debug($"tdmsfile: {Origin.TdmsFile.Handle}");
         Log.Debug($"path: {Origin.FileInfo.FullName}");
         throw;
     };
 }