Example #1
0
 public void Ping()
 {
     SafeCall <object>(
         () => { _interactionChannel.Ping(); return(null); },
         _commonCallProperties,
         null);
 }
Example #2
0
 public void Ping()
 {
     _localScannerChannel.Ping();
 }