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

Creates a script that contains one section. This section contains Set statements that give localized information from the regional settings of the computer.

The computer regional settings are retrieved when the engine starts.

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

Parameters

localizedMainSection (Optional)
Type: SystemString
Name of the script section. The default value is Main. This parameter is optional.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT

Implements

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