Example #1
0
 public async Task <dynamic> GetApplication(string appName)
 {
     return(await _clusterManager.GetApplicationInfo(appName));
 }