Previous Topic: InstantiationNext Topic: Check Status


Send Data

Use the following code to send data:

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

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