The ExchangeData event is called whenever the ITP/OnLine Server script attempts to exchange data with the client using the exchange_data function. This event is used to allow the calling application to process the data.
If this event is not handled, the COM library will send an empty response back to the ITP/OnLine Server server.
Event
Function Job_ExchangeData (k_parameter As String,
v_parameter As String
) As String
Parameters
k_parameter, the k parameter of the exchange_data function.
k_parameter, the v parameter of the exchange_data function.
Result
The result string is the return value of the exchange_data call.