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
FindNonInteractiveWithNonSystemIdentity()
Finds the scheduled tasks that use a non-system identity non-interactively.
public WindowsScheduledTaskCollection FindNonInteractiveWithNonSystemIdentity()
Returns
- WindowsScheduledTaskCollection
A CENTREL.XIA.Configuration.Types.WindowsServiceCollection that contains the scheduled tasks that use a non-system identity non-interactively.
Sort()
Sorts the items in the collection.
public void Sort()