コード例 #1
0
ファイル: services.cs プロジェクト: XeroDayLabs/bladeDirector
 private vmSpec _getVMByIP_withoutLocking(string VMIP)
 {
     return(hostStateManager.getVMByIP_withoutLocking(VMIP));
 }