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

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> GetEmptyScriptAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string localizedMainSection = null
)

Parameters

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

Type Parameters

T

Return Value

Type: TaskT

Implements

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