Table of Contents

Method UpdateTask

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

UpdateTask(object[])

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

public int UpdateTask(object[] updateData)

Parameters

updateData object[]

Array of data as expected by old Interop call.

Returns

int

Returns 0 if successful.

Exceptions

ArgumentNullException

updateData is null.