IFilterCollection Interface
Defines a collection of filter property objects used to filter 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)
[DefaultMemberAttribute("Item")] [GuidAttribute("ef89423b-f79b-466f-8127-bdab910ae6c1")] [ComVisibleAttribute(true)] public interface IFilterCollection : ISchedulerCollection, ICollection, ICollection<FilterProperty>, IEnumerable<FilterProperty>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("ef89423b-f79b-466f-8127-bdab910ae6c1") */
/** @attribute ComVisibleAttribute(true) */
public interface IFilterCollection extends ISchedulerCollection, ICollection,
ICollection<FilterProperty>, IEnumerable<FilterProperty>, IEnumerable
DefaultMemberAttribute("Item") GuidAttribute("ef89423b-f79b-466f-8127-bdab910ae6c1") ComVisibleAttribute(true) public interface IFilterCollection extends ISchedulerCollection, ICollection, ICollection<FilterProperty>, IEnumerable<FilterProperty>, IEnumerable
To get this interface, call the IScheduler.CreateFilterCollection 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: