Esempio n. 1
0
 public DatabaseStatistics GetStatistics()
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetStatisticsAsync()));
 }