GetObjectsAsync Method | Qlik Sense for developers Help
Skip to main content Skip to complementary content

GetObjectsAsync Method

Overloads

GetObjectsAsync(NxGetObjectOptions)

Returns all objects compatible with options.

GetObjectsAsync(AsyncHandle, NxGetObjectOptions)

Returns all objects compatible with options.

GetObjectsAsync<T>(AsyncHandle, Func<Response, T>, NxGetObjectOptions)

Returns all objects compatible with options.

GetObjectsAsync(NxGetObjectOptions)

Returns all objects compatible with options.

Declaration

      Task<IEnumerable<NxContainerEntry>> GetObjectsAsync([QixName("qOptions")] NxGetObjectOptions options)
    

Parameters

Type Name Description
NxGetObjectOptions options

Object type filter and requested properties.

Returns

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

GetObjectsAsync(AsyncHandle, NxGetObjectOptions)

Returns all objects compatible with options.

Declaration

      Task<IEnumerable<NxContainerEntry>> GetObjectsAsync(AsyncHandle asyncHandle, [QixName("qOptions")] NxGetObjectOptions options)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

NxGetObjectOptions options

Object type filter and requested properties.

Returns

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

GetObjectsAsync<T>(AsyncHandle, Func<Response, T>, NxGetObjectOptions)

Returns all objects compatible with options.

Declaration

      Task<T> GetObjectsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qOptions")] NxGetObjectOptions options)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

NxGetObjectOptions options

Object type filter and requested properties.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

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 – please let us know!