Click or drag to resize
HubCreateAppExAsyncT Method (String, String, String, String, String, FuncResponse, T, AsyncHandle)

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.1.0.0 (1.1.0.0)
Syntax
public Task<T> CreateAppExAsync<T>(
	string docName,
	string userName = null,
	string password = null,
	string serial = null,
	string localizedScriptMainSection = null,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

docName
Type: SystemString
Name of the app This parameter is mandatory.
userName (Optional)
Type: SystemString
Name of the user This parameter is optional.
password (Optional)
Type: SystemString
Password of the user This parameter is optional.
serial (Optional)
Type: SystemString
Current Qlik Sense serial number This parameter is optional.
localizedScriptMainSection (Optional)
Type: SystemString
Name of the first section in the script editor. This parameter is optional. The default value is Main.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT

Implements

IHubCreateAppExAsyncT(String, String, String, String, String, FuncResponse, T, AsyncHandle)
See Also