Previous Topic: Asynchronous ProcessingNext Topic: Check Status


Send Data

Use the following code to send data:

...
<method-name>Import importView = new <method-name>Import();
<method-name> proxy = new <method-name>();
...
<set up importView properties as desired>
...
int id = proxy.AsyncExecute(importView); //Perform asynchronous send
...

Note: If required, you can substitute the AsyncXMLExecute for the asynchronous AsyncExecute method.