Click or drag to resize
IAppSetLooselyCoupledVectorAsync Method (IEnumerableByte)

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<bool> SetLooselyCoupledVectorAsync(
	IEnumerable<byte> v
)

Parameters

v
Type: System.Collections.GenericIEnumerableByte
Vector of loosely coupled state flags, one element for each table in the app.

Return Value

Type: TaskBoolean
See Also