App SearchAssociationsAsync T  Method (SearchCombinationOptions, IEnumerable String , SearchPage, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> SearchAssociationsAsync<T>(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

options
Type: Qlik.Engine SearchCombinationOptions
terms
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
page
Type: Qlik.Engine SearchPage
onResult
Type: OnlineSystem Func Response, T 
userHandle (Optional)
Type: OnlineSystem String
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp SearchAssociationsAsync T (SearchCombinationOptions, IEnumerable String , SearchPage, Func Response, T , String)
See Also