IHubCreateAppAsync Method (String, String, AsyncHandle) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<CreateAppResult> CreateAppAsync(
string appName,
string localizedScriptMainSection = null,
AsyncHandle asyncHandle = null
)
Function CreateAppAsync (
appName As String,
Optional localizedScriptMainSection As String = Nothing,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of CreateAppResult)
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. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskCreateAppResultSee Also