Click or drag to resize
AppSearchSuggestAsyncT Method (SearchCombinationOptions, IEnumerableString, FuncResponse, T, AsyncHandle)

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<T> SearchSuggestAsync<T>(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search combinations.
terms
Type: System.Collections.GenericIEnumerableString
Term to search for.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT

Implements

IAppSearchSuggestAsyncT(SearchCombinationOptions, IEnumerableString, FuncResponse, T, AsyncHandle)
See Also