SortCollection Class
Defines a collection of sort property objects used to sort the results when retrieving jobs, task, and nodes.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(true)] [GuidAttribute("39e4e48e-7f51-433d-ac20-8ac7c8eaa228")] public class SortCollection : SchedulerCollection<SortProperty>, ISortCollection, ISchedulerCollection, ICollection, ICollection<SortProperty>, IEnumerable<SortProperty>, IEnumerable
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("39e4e48e-7f51-433d-ac20-8ac7c8eaa228") */
public class SortCollection extends SchedulerCollection<SortProperty> implements ISortCollection, ISchedulerCollection,
ICollection, ICollection<SortProperty>, IEnumerable<SortProperty>,
IEnumerable
ClassInterfaceAttribute(ClassInterfaceType.None) ComVisibleAttribute(true) GuidAttribute("39e4e48e-7f51-433d-ac20-8ac7c8eaa228") public class SortCollection extends SchedulerCollection<SortProperty> implements ISortCollection, ISchedulerCollection, ICollection, ICollection<SortProperty>, IEnumerable<SortProperty>, IEnumerable
Do not use this class. Instead use the ISortCollection interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: