Table of Contents

Interface IDmsScheduler

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

Represents the DataMiner Scheduler component.

public interface IDmsScheduler
Extension Methods

Methods

CreateTask(object[])

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

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

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