Modify callbacks

For a list of protocols that support asynchronous communication, see 64-bit recording, Async, and IPv6 support.

After VuGen scans a Vuser script for asynchronous communication, the Async tab of the Design Studio lists the asynchronous conversations that were found in the script. For each asynchronous conversation found during the scan, VuGen adds the required callback function declarations in the AsyncCallbacks.c file.

For more details on using callback functions, see Implement callbacks.

To implement the required behavior, you can modify the callbacks that were added by VuGen. Modifying a callback includes:

Back to top