An optional list containing some customer defined name or value parameters.
The list must contain a even numbers of element and for each parameters the name must be added before the
value. For example:
iCustomParameters.Append(“name1”)
iCustomParameters.Append(“value1”)
iCustomParameters.Append(“name2”)
iCustomParameters.Append(“value2”)
These parameters are retrieved on X-PDM side using the Events Service webservice of the X-PDM side gateway and allow the X-PDM adaptor to have some more context information for the processing of the event. |