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
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- connectionId
- Type:
System String
Identifier of the connection. This parameter is mandatory.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
Type Parameters
- T
Return Value
Type:Implements
IApp GetConnectionAsync T (String, Func Response, T , String)See Also