| IGenericObjectIndexOfDefPathAsync Method (String) | 
            Converts existing paths to their equivalent index values asyncronously
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<int[]> IndexOfDefPathAsync(
	string[] defPaths
)
Function IndexOfDefPathAsync ( 
	defPaths As String()
) As Task(Of Integer())
Parameters
- defPaths
 - Type: SystemString
array of paths to HyperCube/ListObject definitions 
Return Value
Type: 
TaskInt32Task that resolves an array with indexes to HyperCube/ListObject definitions
See Also