| GenericObjectIndexOfDefPathAsync Method (String) | 
            Converts an existing path to its equivalent index value asynchronously
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task<int> IndexOfDefPathAsync(
	string defPath
)
Public Function IndexOfDefPathAsync ( 
	defPath As String
) As Task(Of Integer)
Parameters
- defPath
 - Type: SystemString
path to HyperCube/ListObject definition 
Return Value
Type: 
TaskInt32Task that resolves the index to HyperCube/ListObject definition
Implements
IGenericObjectIndexOfDefPathAsync(String)
See Also