GenericObjectDefCountAsync Method |
Retrieves the total number of HyperCube/ListObject definitions contained in this generic object asyncronously
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<int> DefCountAsync()
Public Function DefCountAsync As Task(Of Integer)
Return Value
Type:
TaskInt32Task that will resolve the number of HyperCube/ListObject definitions
Implements
IGenericObjectDefCountAsyncSee Also