Click or drag to resize
AppGetGenericMeasureAsync 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.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<GenericMeasure> GetGenericMeasureAsync(
	string id,
	AsyncHandle asyncHandle = null
)

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: TaskGenericMeasure

Implements

IAppGetGenericMeasureAsync(String, AsyncHandle)
See Also