ISortCollection Interface
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)
[GuidAttribute("3f5253c6-64a1-4148-aa2c-13aa66040a80")] [DefaultMemberAttribute("Item")] [ComVisibleAttribute(true)] public interface ISortCollection : ISchedulerCollection, ICollection, ICollection<SortProperty>, IEnumerable<SortProperty>, IEnumerable
/** @attribute GuidAttribute("3f5253c6-64a1-4148-aa2c-13aa66040a80") */
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute ComVisibleAttribute(true) */
public interface ISortCollection extends ISchedulerCollection, ICollection,
ICollection<SortProperty>, IEnumerable<SortProperty>, IEnumerable
GuidAttribute("3f5253c6-64a1-4148-aa2c-13aa66040a80") DefaultMemberAttribute("Item") ComVisibleAttribute(true) public interface ISortCollection extends ISchedulerCollection, ICollection, ICollection<SortProperty>, IEnumerable<SortProperty>, IEnumerable
To get this interface call the CreateSortCollection method.
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: