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

Sets 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.

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

Parameters

v
Type: System.Collections.GenericIEnumerableByte
Vector of loosely coupled state flags, one element for each table in the app.
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