result = ASDataQueueSend(ASDataQueue [,
Connection], data1 [, Data2,….] [,key])
result
boolean – true if success, false in case of failure
ASDataQueue
ASDataQueue type object containing the specification of the data queue (PCML description, name, library…).
The PCML syntax is the same as that used for ASPgmCall.
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.