| AppDeleteConnectionAsync Method  | 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task DeleteConnectionAsync(
	string connectionId,
	AsyncHandle asyncHandle = null
)
Public 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: 
TaskImplements
IAppDeleteConnectionAsync(String, AsyncHandle)
See Also