Variable SetContentAsync T  Method (String, Boolean, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Sets a value to a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> SetContentAsync<T>(
	string content,
	bool updateMRU,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

content
Type: OnlineSystem String
Value of the variable. This parameter is mandatory.
updateMRU
Type: OnlineSystem Boolean
If set to true, the value is added to the Most Recently Used (MRU) list. This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IVariable SetContentAsync T (String, Boolean, Func Response, T , String)
See Also