ISchedulerCollection interface
Defines a generic collection of objects that the scheduler returns.
To get this interface, call one of the following methods:
- IScheduler::GetJobList
- IScheduler::GetNodeList
- ISchedulerJob::GetTaskIdList
- ISchedulerJob::GetTaskList
- ISchedulerNode::GetCores
Members
The ISchedulerCollection interface inherits from the IDispatch interface. ISchedulerCollection also has these types of members:
Methods
The ISchedulerCollection interface has these methods.
| Method | Description |
|---|---|
| Add |
Adds an item to the collection. |
| Clear |
Removes all items from the collection. |
| Contains |
Determines whether the collection contains the specified item. |
| GetEnumerator |
Retrieves an enumerator that you use to enumerate the items in the collection. |
| Remove |
Removes an item from the collection. |
Properties
The ISchedulerCollection interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Retrieves a count of 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
- HPC Interfaces
- IFilterCollection
- IIntCollection
- INameValueCollection
- ISortCollection
- IStringCollection