ISchedulerCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |