| HubAllowCreateAppAsync Method (AsyncHandle) | 
Indicates whether or not a user is able to create an app.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<bool> AllowCreateAppAsync(
	AsyncHandle asyncHandle = null
)
Public Function AllowCreateAppAsync ( 
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskBooleanImplements
IHubAllowCreateAppAsync(AsyncHandle)
See Also