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