Click or drag to resize
ResponseValueAsyncT Method
Gets custom value from a json response asynchronously.

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> ValueAsync<T>(
	string name
)

Parameters

name
Type: SystemString
The property of the response to deserialized.

Type Parameters

T
The type to which the json response should be deserialized.

Return Value

Type: TaskT
A task that resolves the deserialized value.
See Also