Click or drag to resize
IAppGetLooselyCoupledVectorAsyncT Method (FuncResponse, T, AsyncHandle)

Returns a vector of loosely coupled state flags, one element for each table in the app.

The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> GetLooselyCoupledVectorAsync<T>(
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT
See Also