Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

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

      public Task<AbstractStructure> GetLayoutAsync()
    

Returns

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

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

Implements

GetLayoutAsync(AsyncHandle)

Get the layout structure of the Qix entity.

Declaration

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

Implements

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

Get the layout structure of the Qix entity.

Declaration

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

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!