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

Parameters

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

Return Value

Type: TaskString
See Also