コード例 #1
0
 public bool ClearSelections()
 {
     try
     {
         GenericObject.ClearSelectionsAsync("/qListObjectDef").Wait();
         return(true);
     }
     catch (Exception ex)
     {
         logger.Error(ex, $"The method \"{nameof(ClearSelections)}\" was failed.");
         return(false);
     }
 }