3.2.4.14 IScheduleCollection

The IScheduleCollection interface is used to manage a collection of Schedule objects

The following properties MUST be implemented by the objects that implement the IScheduleCollection interface.

Property

Read/write

Description

_NewEnum

R

An enumeration object of type IEnumVariant containing a snapshot of the ISchedule objects in this collection. The enumeration object is specified in [MS-OAUT] section 3.3.

Count

R

Number of schedules in this collection.

Item

R

Retrieves the requested schedule from the collection.

Methods in RPC Opnum Order

Method

Description

Count (Get)

Retrieves the Count property.

Opnum: 7

Item (Get)

Retrieves the Item property.

Opnum: 8

_NewEnum (Get)

Retrieves the NewEnum property.

Opnum: 9

Add

Adds a schedule to the collection.

Opnum: 10

Remove

Removes a schedule from the collection.

Opnum: 11

Clear

Removes all schedules from the collection.

Opnum: 12

AddRange

Adds one or more schedules to the collection.

Opnum: 13

CreateSchedule

Creates a schedule object.

Opnum: 14

Opnums 0, 1, and 2 are reserved for the IUnknown interface. Opnums 3, 4, 5, and 6 are reserved for the IDispatch interface.