IApp SetLooselyCoupledVectorAsync Method (IEnumerable Byte , String)Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

Task<bool> SetLooselyCoupledVectorAsync(
	IEnumerable<byte> v,
	string userHandle = null
)

Parameters

v
Type: OnlineSystem.Collections.Generic IEnumerable OnlineByte 
Vector of loosely coupled state flags, one element for each table in the app.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineBoolean 
See Also