IAsyncConnectionProcess Method (Command, Boolean) |
Calls a SOAP action asynchronously
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IPromise<Stream> Process(
Command request,
bool async
)
Function Process (
request As Command,
async As Boolean
) As IPromise(Of Stream)
Parameters
- request
- Type: Innovator.ClientCommand
Request AML and possibly files UploadCommand - async
- Type: SystemBoolean
Whether to perform this action asynchronously
Return Value
Type:
IPromiseStreamA promise to return an XML SOAP response as a string
See Also