| IVariableGetContentAsync Method (AsyncHandle) |
Returns the calculated value of a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask<AlfaNumString> GetContentAsync(
AsyncHandle asyncHandle
)
Function GetContentAsync (
asyncHandle As AsyncHandle
) As Task(Of AlfaNumString)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
Return Value
Type:
TaskAlfaNumString
See Also