Click or drag to resize
AppDeleteConnectionAsync Method

Deletes a connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task DeleteConnectionAsync(
	string connectionId,
	AsyncHandle asyncHandle = null
)

Parameters

connectionId
Type: SystemString
Identifier of the connection to remove. This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task

Implements

IAppDeleteConnectionAsync(String, AsyncHandle)
See Also