Click or drag to resize
AppGetEmptyScriptAsync Method (String, 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<string> GetEmptyScriptAsync(
	string localizedMainSection = null,
	AsyncHandle asyncHandle = null
)

Parameters

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

Return Value

Type: TaskString

Implements

IAppGetEmptyScriptAsync(String, AsyncHandle)
See Also