Click or drag to resize
GenericObjectDefCountAsync Method
Retrieves the total number of HyperCube/ListObject definitions contained in this generic object asynchronously

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<int> DefCountAsync()

Return Value

Type: TaskInt32
Task that will resolve the number of HyperCube/ListObject definitions

Implements

IGenericObjectDefCountAsync
See Also