FilterCollection Class
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)
[ComVisibleAttribute(true)] [GuidAttribute("392f3fe6-cc93-4f88-a692-735875ccba97")] [ClassInterfaceAttribute(ClassInterfaceType.None)] public class FilterCollection : SchedulerCollection<FilterProperty>, IFilterCollection, ISchedulerCollection, ICollection, ICollection<FilterProperty>, IEnumerable<FilterProperty>, IEnumerable
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("392f3fe6-cc93-4f88-a692-735875ccba97") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class FilterCollection extends SchedulerCollection<FilterProperty> implements IFilterCollection, ISchedulerCollection,
ICollection, ICollection<FilterProperty>, IEnumerable<FilterProperty>,
IEnumerable
ComVisibleAttribute(true) GuidAttribute("392f3fe6-cc93-4f88-a692-735875ccba97") ClassInterfaceAttribute(ClassInterfaceType.None) public class FilterCollection extends SchedulerCollection<FilterProperty> implements IFilterCollection, ISchedulerCollection, ICollection, ICollection<FilterProperty>, IEnumerable<FilterProperty>, IEnumerable
Do not use this class. Instead use the IFilterCollection 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: