IHub CreateAppExAsync T  Method (String, String, String, String, String, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Creates an app and opens a session.

This method applies only if running a local installation of Qlik Sense.

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

Task<T> CreateAppExAsync<T>(
	string docName,
	string userName = null,
	string password = null,
	string serial = null,
	string localizedScriptMainSection = null,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

docName
Type: OnlineSystem String
Name of the app This parameter is mandatory.
userName (Optional)
Type: OnlineSystem String
Name of the user This parameter is optional.
password (Optional)
Type: OnlineSystem String
Password of the user This parameter is optional.
serial (Optional)
Type: OnlineSystem String
Current Qlik Sense serial number This parameter is optional.
localizedScriptMainSection (Optional)
Type: OnlineSystem String
Name of the first section in the script editor. This parameter is optional. The default value is Main.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also