OnGetLayoutAsync Method
Overloads
OnGetLayoutAsync<T>(Response) |
Generic callback method for deserializing layouts. |
OnGetLayoutAsync<T>(Response)
Generic callback method for deserializing layouts.
Declaration
protected T OnGetLayoutAsync<T>(Response response)
where T : AbstractStructure, new()
Parameters
Type | Name | Description |
---|---|---|
Response | response |
The response object returned from the Qlik Sense engine. |
Returns
Type | Description |
---|---|
T |
The layout structure deserialized as type T. |
Type Parameters
Name | Description |
---|---|
T |
The type to which the layout 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!