Exemplo n.º 1
0
 public Task <dynamic> GetConnectionsAsync()
 {
     return(SimulacronBase.GetAsync <dynamic>(GetPath("connections")));
 }
Exemplo n.º 2
0
 public Task <SimulacronClusterLogs> GetLogsAsync()
 {
     return(SimulacronBase.GetAsync <SimulacronClusterLogs>(GetPath("log")));
 }