IAppCreateConnectionAsync Method (Connection, AsyncHandle) |
Creates a connection. A connection indicates from which data source, the data should be taken.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<string> CreateConnectionAsync(
Connection connection,
AsyncHandle asyncHandle = null
)
Function CreateConnectionAsync (
connection As Connection,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of String)
Parameters
- connection
- Type: Qlik.EngineConnection
Information about the connection.
This parameter is mandatory. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskStringSee Also