Exemplo n.º 1
0
 private vmSpec _getVMByIP_withoutLocking(string VMIP)
 {
     return(hostStateManager.getVMByIP_withoutLocking(VMIP));
 }