ISortCollection interface

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

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

Members

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

Methods

The ISortCollection interface has these methods.

MethodDescription
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 ISortCollection interface has these properties.

PropertyAccess typeDescription

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
IFilterCollection

 

 

Show: