Show / Hide Table of Contents

Interface IAsyncScript

Represents an asynchronous script

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAsyncScript

Methods

| Improve this Doc View Source

Execute(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>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX