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