Click or drag to resize
IAppCreateConnectionAsyncT Method (AsyncHandle, FuncResponse, T, Connection)

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> CreateConnectionAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	Connection connection
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
connection
Type: Qlik.EngineConnection
Information about the connection. This parameter is mandatory.

Type Parameters

T

Return Value

Type: TaskT
See Also