RestoreTempSelectionStateAsync Method
Overloads
RestoreTempSelectionStateAsync(String) |
Restore a temporary selection state identified by Id. |
|
RestoreTempSelectionStateAsync(AsyncHandle, String) |
Restore a temporary selection state identified by Id. |
|
RestoreTempSelectionStateAsync<T>(AsyncHandle, Func<Response, T>, String) |
Restore a temporary selection state identified by Id. |
RestoreTempSelectionStateAsync(String)
Restore a temporary selection state identified by Id.
Declaration
public Task<bool> RestoreTempSelectionStateAsync([QixName("qId")] string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Identifier of the temporary selection state |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Implements
Remarks
RestoreTempSelectionState method is only supported in SaaS Editions of Qlik Sense.
RestoreTempSelectionStateAsync(AsyncHandle, String)
Restore a temporary selection state identified by Id.
Declaration
public Task<bool> RestoreTempSelectionStateAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | id |
Identifier of the temporary selection state |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Implements
Remarks
RestoreTempSelectionState method is only supported in SaaS Editions of Qlik Sense.
RestoreTempSelectionStateAsync<T>(AsyncHandle, Func<Response, T>, String)
Restore a temporary selection state identified by Id.
Declaration
public Task<T> RestoreTempSelectionStateAsync<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 temporary selection state |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
Implements
Remarks
RestoreTempSelectionState method is only supported in SaaS Editions of Qlik Sense.
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!