result = ASDataQueueSend(Definition,
DataQueueName [, Connection], data1 [, Data2,….] [,key])
result
boolean – true if success, false in case of failure
Definition
Multiline string which contains the PCML source corresponding to the data and key (see above example).
The syntax is the same syntax which is used for ASPgmCall.
DataQueueName
String representing the dataqueue name.
Connection
Connection – connection name. Optional.
Data1
Variable or values corresponding to data to send.
Data2…
Variable or values corresponding to data to send. Optional.
Key
String for the key value. Optional.