Click or drag to resize
VariableForceContentAsync Method (AsyncHandle, String, Double)

Note: This API is now obsolete.

Sets the value of a dual variable overriding any input constraints.

The ForceContent method does not evaluate any expression.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[ObsoleteAttribute("See class GenericVariable")]
public Task ForceContentAsync(
	AsyncHandle asyncHandle,
	string s,
	double d
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
s
Type: SystemString
String representation of a dual value. Set this parameter to "", if the string representation is to be Null. This parameter is mandatory.
d
Type: SystemDouble
Numeric representation of a dual value. This parameter is mandatory.

Return Value

Type: Task

Implements

IVariableForceContentAsync(AsyncHandle, String, Double)
See Also