Click or drag to resize
IAppSetFetchLimitAsync Method (AsyncHandle, Int32)

Limits the number of rows of data to load from a data source.

This method works when reloading in debug mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task SetFetchLimitAsync(
	AsyncHandle asyncHandle,
	int limit
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
limit
Type: SystemInt32
Fetch limit. Number of rows to load.

Return Value

Type: Task
See Also