| VariableSetContentAsync Method (String, Boolean, AsyncHandle) | 
Sets a value to a variable.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<bool> SetContentAsync(
	string content,
	bool updateMRU,
	AsyncHandle asyncHandle = null
)
Public Function SetContentAsync ( 
	content As String,
	updateMRU As Boolean,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- 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. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskBooleanImplements
IVariableSetContentAsync(String, Boolean, AsyncHandle)
See Also