DefPathAtIndexAsync Method
Overloads
DefPathAtIndexAsync(Int32) |
Converts an existing index to its equivalent path value asynchronously |
|
DefPathAtIndexAsync(Int32[]) |
Converts existing index values to their equivalent path values asynchronously |
DefPathAtIndexAsync(Int32)
Converts an existing index to its equivalent path value asynchronously
Declaration
Task<string> DefPathAtIndexAsync(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
index to HyperCube/ListObject definition |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
Task that resolves a path to HyperCube/ListObject definition |
DefPathAtIndexAsync(Int32[])
Converts existing index values to their equivalent path values asynchronously
Declaration
Task<string[]> DefPathAtIndexAsync(int[] indexes)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | indexes |
array with indexes to HyperCube/ListObject definitions |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String[]> |
Task that resolves an array of paths to HyperCube/ListObject definitions |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!