IConnectionProcess Method |
Calls a SOAP action asynchronously
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax Stream Process(
Command request
)
Function Process (
request As Command
) As Stream
Parameters
- request
- Type: Innovator.ClientCommand
Request AML and possibly files UploadCommand
Return Value
Type:
StreamAn XML SOAP response as a string
See Also