Skip to main content Skip to complementary content

GetGenericObjectAsync Method

Last updated: 8/31/2026

Overloads

GetGenericObjectAsync(String)

Returns the type of the app object and the corresponding handle.

GetGenericObjectAsync(AsyncHandle, String)

Returns the type of the app object and the corresponding handle.

GetGenericObjectAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the type of the app object and the corresponding handle.

GetGenericObjectAsync(String)

Returns the type of the app object and the corresponding handle.

Declaration

      [QixName("GetObject")]
Task<GenericObject> GetGenericObjectAsync([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the object to retrieve.

Returns

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

GetGenericObjectAsync(AsyncHandle, String)

Returns the type of the app object and the corresponding handle.

Declaration

      [QixName("GetObject")]
Task<GenericObject> GetGenericObjectAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String id

Identifier of the object to retrieve.

Returns

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

GetGenericObjectAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the type of the app object and the corresponding handle.

Declaration

      [QixName("GetObject")]
Task<T> GetGenericObjectAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qId")] string id)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String id

Identifier of the object to retrieve.

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!