IHubAllowCreateAppAsyncT Method (AsyncHandle, FuncResponse, T) |
Indicates whether or not a user is able to create an app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax Task<T> AllowCreateAppAsync<T>(
AsyncHandle asyncHandle,
Func<Response, T> onResult
)
Function AllowCreateAppAsync(Of T) (
asyncHandle As AsyncHandle,
onResult As Func(Of Response, T)
) As Task(Of T)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - onResult
- Type: SystemFuncResponse, T
Continuation function
Type Parameters
- T
Return Value
Type:
TaskTSee Also