Previous Topic: Asynchronous ProcessingNext Topic: Check Status


Send Data

Use the following code to send data:

...
op=CoCreateInstance(…)
...
<setup import views and communication/system attribute information>
...
op.ExecuteAsync(&id,False) //Perform asynchronous send, with a response expected
...

Note: If required, you can substitute the ExecuteAsyncXML method for the asynchronous ExecuteAsync method.