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

Creates an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> CreateAppAsync<T>(
	string appName,
	string localizedScriptMainSection = null,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

appName
Type: SystemString
Name of the app. This parameter is mandatory.
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
See Also