| IAppDestroyGenericMeasureAsync Method (String, AsyncHandle) | 
Removes a generic measure.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<bool> DestroyGenericMeasureAsync(
	string id,
	AsyncHandle asyncHandle = null
)
Function DestroyGenericMeasureAsync ( 
	id As String,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- id
 - Type: SystemString
Identifier of the measure to remove
                                        This parameter is mandatory. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskBoolean
See Also