Exemple #1
0
 public IndexingPerformanceStatistics[] GetIndexingPerformanceStatistics()
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetIndexingPerformanceStatisticsAsync()));
 }