Interface IAsyncConnection
Interface for a connection to an Aras Innovator instance that allows asynchronous calls
Inherited Members
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAsyncConnection : IConnection
Methods
| Improve this Doc View SourceProcess(Command, Boolean)
Calls a SOAP action asynchronously
Declaration
IPromise<Stream> Process(Command request, bool async)
Parameters
Type | Name | Description |
---|---|---|
Command | request | Request AML and possibly files UploadCommand |
System.Boolean | async | Whether to perform this action asynchronously |
Returns
Type | Description |
---|---|
IPromise<System.IO.Stream> | A promise to return an XML SOAP response as a string |