| GenericObjectGetHyperCubePivotDataAsyncT Method (AsyncHandle, FuncResponse, T, String, IEnumerableNxPage) | 
Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task<T> GetHyperCubePivotDataAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string path,
	IEnumerable<NxPage> pages
)
Public Function GetHyperCubePivotDataAsync(Of T) ( 
	asyncHandle As AsyncHandle,
	onResult As Func(Of Response, T),
	path As String,
	pages As IEnumerable(Of NxPage)
) As Task(Of T)
Parameters
- asyncHandle
 - Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - onResult
 - Type: SystemFuncResponse, T
Continuation function - path
 - Type: SystemString
Path to the definition of the object to be selected.
                                        For example, /qHyperCubeDef.
                                        This parameter is mandatory. - pages
 - Type: System.Collections.GenericIEnumerableNxPage
Array of pages to retrieve
                                        This parameter is mandatory. 
Type Parameters
- T
 
Return Value
Type: 
TaskTImplements
IGenericObjectGetHyperCubePivotDataAsyncT(AsyncHandle, FuncResponse, T, String, IEnumerableNxPage)
See Also