示例#1
0
 public void ResetSoft(ResetSoftReason reason, bool isRemoteScannerInitiator, bool needRestartApp)
 {
     SafeCall <object>(
         () =>
     {
         _interactionChannel.ResetSoft(reason, isRemoteScannerInitiator, needRestartApp);
         return(null);
     },
         _commonCallProperties,
         null);
 }
示例#2
0
 public void ResetSoft(ResetSoftReason reason, bool isRemoteScannerInitiator, bool needRestartApp)
 {
     _localScannerChannel.ResetSoft(reason, isRemoteScannerInitiator, needRestartApp);
 }