ISchedulerCollection Interface

Definition

Defines a generic collection of objects that the scheduler returns.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1e892b76-ac3f-4732-9735-7d7b246d9e31")]
public interface ISchedulerCollection : System.Collections.ICollection
type ISchedulerCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface ISchedulerCollection
Implements ICollection
Derived
Attributes
Implements

Properties

Count

Retrieves a count of the number of items in the collection.

Item[Int32]

Retrieves the specified item from the collection.

Methods

Add(Object)

Adds an item to the collection.

Clear()

Removes all items from the collection.

Contains(Object)

Determines whether the collection contains the specified item.

GetEnumerator()

Gets an enumerator that you can use to enumerate the items in the collection.

Remove(Object)

Removes the first occurrence of the specified item from the collection.

Applies to