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

      public 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>>

Implements

GetObjectsAsync(AsyncHandle, NxGetObjectOptions)

Returns all objects compatible with options.

Declaration

      public 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>>

Implements

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

Returns all objects compatible with options.

Declaration

      public 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

Implements

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!