Class DmsScheduler
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
public class DmsScheduler : IDmsScheduler
- Inheritance
-
DmsScheduler
- Implements
- Extension Methods
Constructors
- DmsScheduler(IDma)
Initializes a new instance of the DmsScheduler class.
Methods
- CreateTask(IDmsSchedulerTask)
Creates the specified task.
- CreateTask(object[])
Creates the specified task. Replaces: slScheduler.SetInfo(userCookie, TSI_CREATE (1), taskData, out response);.
- CreateTaskBuilder()
Creates a new task builder for building a task from scratch.
- CreateTaskBuilder(IDmsSchedulerTask)
Creates a task builder initialized with values from an existing task.
- DeleteTask(int)
Deletes the task with the specified ID. Replaces: slScheduler.SetInfo(userCookie, TSI_DELETE (3), Convert.ToUInt32(TaskId), out response);
- GetStatus()
Retrieves the Scheduler status. Replaces: slScheduler.GetInfo(userCookie, TSI_STATUS (13), out response);
- GetTasks()
Retrieves all tasks on this Agent.
- UpdateTask(IDmsSchedulerTask)
Updates the specified task.
- UpdateTask(object[])
Updates the specified task. Replaces: slScheduler.SetInfo(userCookie, TSI_UPDATE (2), taskData, out response);