Click or drag to resize
AppCreateConnectionAsync Method (Connection, AsyncHandle)

Creates a connection. A connection indicates from which data source, the data should be taken.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<string> CreateConnectionAsync(
	Connection connection,
	AsyncHandle asyncHandle = null
)

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: TaskString

Implements

IAppCreateConnectionAsync(Connection, AsyncHandle)
See Also