App CreateConnectionAsync T  Method (Connection, Func Response, T , String)Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

public Task<T> CreateConnectionAsync<T>(
	Connection connection,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

connection
Type: Qlik.Engine Connection
Information about the connection. This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp CreateConnectionAsync T (Connection, Func Response, T , String)
See Also