IndexOfDefPathAsync Method
Overloads
| IndexOfDefPathAsync(String) | Converts an existing path to its equivalent index value asynchronously | |
| IndexOfDefPathAsync(String[]) | Converts existing paths to their equivalent index values asynchronously | 
IndexOfDefPathAsync(String)
Converts an existing path to its equivalent index value asynchronously
Declaration
      public Task<int> IndexOfDefPathAsync(string defPath)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | defPath | path to HyperCube/ListObject definition | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32> | Task that resolves the index to HyperCube/ListObject definition | 
Implements
IndexOfDefPathAsync(String[])
Converts existing paths to their equivalent index values asynchronously
Declaration
      public Task<int[]> IndexOfDefPathAsync(string[] defPaths)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | defPaths | array of paths to HyperCube/ListObject definitions | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32[]> | Task that resolves an array with indexes to HyperCube/ListObject definitions |