Skip to main content Skip to complementary content
Close announcements banner

GetLayoutAsync Method

Overloads

GetLayoutAsync()

Get the layout structure of the Qix entity.

GetLayoutAsync(AsyncHandle)

Get the layout structure of the Qix entity.

GetLayoutAsync<T>(AsyncHandle, Func<Response, T>)

Get the layout structure of the Qix entity.

GetLayoutAsync()

Get the layout structure of the Qix entity.

Declaration

      Task<AbstractStructure> GetLayoutAsync()
    

Returns

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

A task whose result is the layout structure deserialized as AbstractStructure.

GetLayoutAsync(AsyncHandle)

Get the layout structure of the Qix entity.

Declaration

      Task<AbstractStructure> GetLayoutAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

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

A task whose result is the layout structure deserialized as AbstractStructure.

GetLayoutAsync<T>(AsyncHandle, Func<Response, T>)

Get the layout structure of the Qix entity.

Declaration

      Task<T> GetLayoutAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    where T : AbstractStructure, new()
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function to deserialize result to target type.

Returns

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

A task whose result is the layout structure deserialized to the type T.

Type Parameters

Name Description
T

The type to which the properties should be deserialized.

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!