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.
| 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 ISortCollection interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Retrieves the number of items in the collection. | |
|
Read-only |
Retrieves the specified item from the collection. |
Requirements
|
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
|---|---|
|
Type library |
|
See also