IFilterCollection interface

Defines a collection of filter property objects used to filter the results when retrieving jobs, task, and nodes.

To get this interface, call the IScheduler::CreateFilterCollection method.

Members

The IFilterCollection interface inherits from the IDispatch interface. IFilterCollection also has these types of members:

  • Methods
  • Properties

Methods

The IFilterCollection interface has these methods.

Method Description
Add

Adds an item to the collection.

Clear

Removes all items from the collection.

GetEnumerator

Retrieves an enumerator that you use to enumerate the items in the collection.

 

Properties

The IFilterCollection interface has these properties.

Property Access type Description

Count

Read-only

Retrieves the number of items in the collection.

Item

Read-only

Retrieves the specified item from the collection.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces

ISortCollection