Click or drag to resize
AppSetFetchLimitAsync Method

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: 1.1.0.0 (1.1.0.0)
Syntax
public Task SetFetchLimitAsync(
	int limit,
	AsyncHandle asyncHandle = null
)

Parameters

limit
Type: SystemInt32
Fetch limit. Number of rows to load.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task

Implements

IAppSetFetchLimitAsync(Int32, AsyncHandle)
See Also