IAppGetEmptyScriptAsyncT 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<T> GetEmptyScriptAsync<T>(
string localizedMainSection = null,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Function GetEmptyScriptAsync(Of T) (
Optional localizedMainSection As String = Nothing,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
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:
TaskTSee Also