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