Sets a value to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> SetContentAsync<T>(
string content,
bool updateMRU,
Func<Response, T> onResult,
string userHandle = null
)
Task<T> SetContentAsync<T>(
string content,
bool updateMRU,
Func<Response, T> onResult,
string userHandle = null
)
Function SetContentAsync(Of T) (
content As String,
updateMRU As Boolean,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function SetContentAsync(Of T) (
content As String,
updateMRU As Boolean,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- content
- Type:
System String
Value of the variable.
This parameter is mandatory.
- updateMRU
- Type:
System Boolean
If set to true, the value is added to the Most Recently Used (MRU) list.
This parameter is mandatory.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T