These examples show how to use the SDK to make asynchronous requests.
-
A basic example that sends two concurrent requests to two difference services.
-
Shows how to make concurrent pagination requests to the findItemsAdvanced operation.
-
Advanced example that show how to make concurrent requests to both the Finding and Shopping services. The Finding service is used to obtain various Item IDs that are passed onto the Shopping service. The Shopping service requests are made concurrently while the Finding requests are been handled.