Esempio n. 1
0
 private string[] _getBladesByAllocatedServer(string serverIP)
 {
     return(hostStateManager.getBladesByAllocatedServer(serverIP));
 }