Table of Contents

Class DmsScheduler

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents the DataMiner Scheduler component.

public class DmsScheduler : IDmsScheduler
Inheritance
DmsScheduler
Implements
Extension Methods

Constructors

DmsScheduler(IDma)

Initializes a new instance of the DmsScheduler class.

Methods

CreateTask(object[])

Creates the specified task. Replaces: slScheduler.SetInfo(userCookie, TSI_CREATE (1), taskData, out response);.

DeleteTask(int)

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(object[])

Updates the specified task. Replaces: slScheduler.SetInfo(userCookie, TSI_UPDATE (2), taskData, out response);