Click or drag to resize
AppSetLooselyCoupledVectorAsync Method (IEnumerableByte, 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
public Task<bool> SetLooselyCoupledVectorAsync(
	IEnumerable<byte> v,
	AsyncHandle asyncHandle = null
)

Parameters

v
Type: System.Collections.GenericIEnumerableByte
Vector of loosely coupled state flags, one element for each table in the app.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskBoolean

Implements

IAppSetLooselyCoupledVectorAsync(IEnumerableByte, AsyncHandle)
See Also