IHubCreateAppAsyncT Method (String, String, FuncResponse, T, AsyncHandle) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<T> CreateAppAsync<T>(
string appName,
string localizedScriptMainSection = null,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Function CreateAppAsync(Of T) (
appName As String,
Optional localizedScriptMainSection As String = Nothing,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
Parameters
- appName
- Type: SystemString
Name of the app.
This parameter is mandatory. - localizedScriptMainSection (Optional)
- Type: SystemString
Name of the first section in the script editor.
This parameter is optional.
The default value is Main. - onResult
- Type: SystemFuncResponse, T
Continuation function - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Type Parameters
- T
Return Value
Type:
TaskTSee Also