IIntCollection Interface
Defines a collection of integer values. Typically, the collection contains job or node identifiers.
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)
[DefaultMemberAttribute("Item")] [GuidAttribute("bf495dab-3237-4f58-babe-ed51217bd665")] [ComVisibleAttribute(true)] public interface IIntCollection : ISchedulerCollection, ICollection, ICollection<int>, IEnumerable<int>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("bf495dab-3237-4f58-babe-ed51217bd665") */
/** @attribute ComVisibleAttribute(true) */
public interface IIntCollection extends ISchedulerCollection, ICollection,
ICollection<int>, IEnumerable<int>, IEnumerable
DefaultMemberAttribute("Item") GuidAttribute("bf495dab-3237-4f58-babe-ed51217bd665") ComVisibleAttribute(true) public interface IIntCollection extends ISchedulerCollection, ICollection, ICollection<int>, IEnumerable<int>, IEnumerable
To create an empty collection, call the IScheduler.CreateIntCollection method.
To get this interface, call one of the following methods:
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: