IAppCloneGenericMeasureAsync Method (String, AsyncHandle) |
Clones a measure.
To clone:
* a bookmark, use CloneBookmark method
* a dimension, use CloneDimension method
* an object, use CloneObject method
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<string> CloneGenericMeasureAsync(
string id,
AsyncHandle asyncHandle = null
)
Function CloneGenericMeasureAsync (
id As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of String)
Parameters
- id
- Type: SystemString
Identifier of the object to clone - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskStringSee Also