IHubCreateAppAsync Method (AsyncHandle, String, String) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<CreateAppResult> CreateAppAsync(
AsyncHandle asyncHandle,
string appName,
string localizedScriptMainSection = null
)
Function CreateAppAsync (
asyncHandle As AsyncHandle,
appName As String,
Optional localizedScriptMainSection As String = Nothing
) As Task(Of CreateAppResult)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - 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.
Return Value
Type:
TaskCreateAppResult
See Also