VariableForceContentAsync Method |
Sets the value of a dual variable overriding any input constraints.
The ForceContent method does not evaluate any expression.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task ForceContentAsync(
string s,
double d,
AsyncHandle asyncHandle = null
)
Public Function ForceContentAsync (
s As String,
d As Double,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- 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. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskImplements
IVariableForceContentAsync(String, Double, AsyncHandle)See Also