| IAppGetConnectionAsync Method (String, AsyncHandle) | 
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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<Connection> GetConnectionAsync(
	string connectionId,
	AsyncHandle asyncHandle = null
)
Function GetConnectionAsync ( 
	connectionId As String,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Connection)
Parameters
- connectionId
 - Type: SystemString
Identifier of the connection.
                                        This parameter is mandatory. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskConnection
See Also