Click or drag to resize
IAppModifyConnectionAsync Method (AsyncHandle, String, Connection, Boolean)

Updates a connection.

The identifier of a connection cannot be updated.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task ModifyConnectionAsync(
	AsyncHandle asyncHandle,
	string connectionId,
	Connection connection,
	bool overrideCredentials = false
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
connectionId
Type: SystemString
Identifier of the connection. This parameter is mandatory.
connection
Type: Qlik.EngineConnection
Information about the connection. Properties that can be updated. This parameter is mandatory.
overrideCredentials (Optional)
Type: SystemBoolean
Set this parameter to true to override the user name and password. This parameter is optional.

Return Value

Type: Task
See Also