Click or drag to resize
IAppReduceDataAsync Method (AsyncHandle, Boolean, IEnumerableString)

Note: This API is now obsolete.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[ObsoleteAttribute("")]
Task ReduceDataAsync(
	AsyncHandle asyncHandle,
	bool confirm = false,
	IEnumerable<string> dropFieldNames = null
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
confirm (Optional)
Type: SystemBoolean
dropFieldNames (Optional)
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Task
See Also