IIntCollection interface

Defines a collection of integer values, typically identifiers such as job identifiers.

To get this interface, call one of the following properties or methods:

To create an empty collection, call the IScheduler::CreateIntCollection method.

Members

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

  • Methods
  • Properties

Methods

The IIntCollection 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 IIntCollection 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