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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<int> DefCountAsync()

Return Value

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

Implements

IGenericObjectDefCountAsync
See Also