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

Retrieves a connection and returns:

* The creation time of the connection

* The identifier of the connection

* The type of the connection

* The name of the connection

* The connection string

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetConnectionAsync<T>(
	string connectionId,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of 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 GetConnectionAsync T (String, Func Response, T , String)
See Also