Click or drag to resize
IAppDoReloadExAsyncT Method (AsyncHandle, FuncResponse, T, DoReloadExParams)

Reloads the script that is set in an app and returns the path to the script log file.

A log file is created per reload.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> DoReloadExAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	DoReloadExParams params = null
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
params (Optional)
Type: Qlik.EngineDoReloadExParams
This parameter is optional.

Type Parameters

T

Return Value

Type: TaskT
See Also