Skip to main content Skip to complementary content

GetDataAsync Method

Overloads

GetDataAsync(GenericObject, AsyncHandle, String, IEnumerable<NxPage>)

The method used for retrieving data from the hypercube.

GetDataAsync(GenericObject, AsyncHandle, String, IEnumerable<NxPage>)

The method used for retrieving data from the hypercube.

Declaration

      protected override Task<IEnumerable<NxDataPage>> GetDataAsync(GenericObject o, AsyncHandle asyncHandle, string path, IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
GenericObject o
AsyncHandle asyncHandle
System.String path
System.Collections.Generic.IEnumerable<NxPage> pages

Returns

Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxDataPage>>

Overrides

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!