Class WindowsScheduledTaskActionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of actions assigned to Windows scheduled task.
public class WindowsScheduledTaskActionCollection : Collection<WindowsScheduledTaskAction>, IList<WindowsScheduledTaskAction>, ICollection<WindowsScheduledTaskAction>, IList, ICollection, IReadOnlyList<WindowsScheduledTaskAction>, IReadOnlyCollection<WindowsScheduledTaskAction>, IEnumerable<WindowsScheduledTaskAction>, IEnumerable
- Inheritance
-
WindowsScheduledTaskActionCollection
- Implements
- Inherited Members
Constructors
WindowsScheduledTaskActionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsScheduledTaskExecuteActionCollection class.
public WindowsScheduledTaskActionCollection()
Methods
ToString()
Returns the collection of actions as a human readable string.
public override string ToString()
Returns
- string
The collection of actions as a human readable string.