Table of Contents

Method SetParametersByData

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

SetParametersByData(string[], object[])

Sets the parameters that have the specified data values in the ElementData.xml file to the specified values.

[Obsolete("This method is obsolete since DataMiner 10.3.4.")]
object SetParametersByData(string[] datas, object[] values)

Parameters

datas string[]

The data values for the parameters that need to be set.

values object[]

The values to set.

Returns

object

Either a single HRESULT (uint) value specifying an error or an array of HRESULT values (where the array has the same size as the number of parameters that have been set) where each HRESULT value indicates the result of the corresponding item that has been set.

Remarks

  • This is a wrapper method for the NotifyProtocol type 86 NT_SET_PARAMETER_BY_DATA call.
  • Feature introduced in DataMiner version 8.0.3.
  • This method is deprecated since DataMiner 10.3.4.