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