| HubCreateAppAsyncT Method (AsyncHandle, FuncResponse, T, String, String) | 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task<T> CreateAppAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string appName,
	string localizedScriptMainSection = null
)
Public Function CreateAppAsync(Of T) ( 
	asyncHandle As AsyncHandle,
	onResult As Func(Of Response, T),
	appName As String,
	Optional localizedScriptMainSection As String = Nothing
) As Task(Of T)
Parameters
- asyncHandle
 - Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - onResult
 - Type: SystemFuncResponse, T
Continuation function - 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. 
Type Parameters
- T
 
Return Value
Type: 
TaskTImplements
IHubCreateAppAsyncT(AsyncHandle, FuncResponse, T, String, String)
See Also