App DeleteConnectionAsync Method Qlik Sense .NET SDK - API Reference

Deletes a connection.

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

public Task DeleteConnectionAsync(
	string connectionId,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of the connection to remove. This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IApp DeleteConnectionAsync(String, String)
See Also