Table of Contents

Method CreateTask

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

CreateTask(object[])

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

public int CreateTask(object[] createData)

Parameters

createData object[]

Array of data as expected by old Interop call.

Returns

int

The ID of the created task.

Exceptions

ArgumentNullException

createData is null.