IAppDeleteConnectionAsync Method |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task DeleteConnectionAsync(
string connectionId,
AsyncHandle asyncHandle = null
)
Function DeleteConnectionAsync (
connectionId As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
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:
TaskSee Also