Table of Contents

Class WindowsScheduledTaskCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Windows scheduled tasks.

public class WindowsScheduledTaskCollection : Collection<WindowsScheduledTask>, IList<WindowsScheduledTask>, ICollection<WindowsScheduledTask>, IList, ICollection, IReadOnlyList<WindowsScheduledTask>, IReadOnlyCollection<WindowsScheduledTask>, IEnumerable<WindowsScheduledTask>, IEnumerable
Inheritance
WindowsScheduledTaskCollection
Implements
Inherited Members

Constructors

WindowsScheduledTaskCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsScheduledTaskCollection class.

public WindowsScheduledTaskCollection()

Methods

Sort()

Sorts the items in the collection.

public void Sort()