| IVariableSetContentAsync Method (AsyncHandle, String, Boolean) |
Sets a value to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask<bool> SetContentAsync(
AsyncHandle asyncHandle,
string content,
bool updateMRU
)
Function SetContentAsync (
asyncHandle As AsyncHandle,
content As String,
updateMRU As Boolean
) As Task(Of Boolean)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - content
- Type: SystemString
Value of the variable.
This parameter is mandatory. - updateMRU
- Type: SystemBoolean
If set to true, the value is added to the Most Recently Used (MRU) list.
This parameter is mandatory.
Return Value
Type:
TaskBoolean
See Also