IGenericDimensionGetLinkedObjectsAsync Method (AsyncHandle) |
Lists the linked objects to a generic object, a dimension or a measure.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<IEnumerable<NxLinkedObjectInfo>> GetLinkedObjectsAsync(
AsyncHandle asyncHandle = null
)
Function GetLinkedObjectsAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of IEnumerable(Of NxLinkedObjectInfo))
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskIEnumerableNxLinkedObjectInfoSee Also