Interface IAsyncScript
Represents an asynchronous script
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAsyncScript
Methods
| Improve this Doc View SourceExecute(IAsyncConnection)
Executes the specified script.
Declaration
IPromise<string> Execute(IAsyncConnection conn)
Parameters
Type | Name | Description |
---|---|---|
IAsyncConnection | conn | The connection. |
Returns
Type | Description |
---|---|
IPromise<System.String> |