示例#1
0
 public VmPathInfo[] GetPathInfoParallel(string[] vms, VmPathInfoToExclude vmPathInfoToExclude)
 {
     return(HyperVServiceCommon.GetVmPathInfoParallel(this.GetVms(vms), vmPathInfoToExclude));
 }
示例#2
0
 public IEnumerable <VmCfgSimpleInfo> GetAllVmCfgSimpleInfoParallel()
 {
     return((IEnumerable <VmCfgSimpleInfo>)HyperVServiceCommon.GetAllVmCfgSimpleInfoParallel(this.GetAllVms().ToArray <IVm>()));
 }
示例#3
0
 public VmPathInfo[] GetAllVmPathInfoParallel(VmPathInfoToExclude vmPathInfoToExclude)
 {
     return(HyperVServiceCommon.GetVmPathInfoParallel(this.GetAllVms().ToArray <IVm>(), vmPathInfoToExclude));
 }