IAppGetAppLayoutAsync Method (AsyncHandle) |
Evaluates an app.
Returns dynamic properties (if any) in addition to the engine (fixed) properties.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<NxAppLayout> GetAppLayoutAsync(
AsyncHandle asyncHandle = null
)
Function GetAppLayoutAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of NxAppLayout)
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskNxAppLayoutSee Also