IAppGetGenericMeasureAsync Method (String, AsyncHandle) |
* Returns the definition of a measure if the target (or handle ) is a measure
* Returns the handle of a measure if the target (or handle) is an app
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<GenericMeasure> GetGenericMeasureAsync(
string id,
AsyncHandle asyncHandle = null
)
Function GetGenericMeasureAsync (
id As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of GenericMeasure)
Parameters
- id
- Type: SystemString
Identifier of the measure
This parameter is mandatory - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskGenericMeasureSee Also