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
      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> | 
Remarks
RestoreTempSelectionState method is only supported in SaaS Editions of Qlik Sense.
RestoreTempSelectionStateAsync(AsyncHandle, String)
Restore a temporary selection state identified by Id.
Declaration
      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> | 
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
      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 | 
Remarks
RestoreTempSelectionState method is only supported in SaaS Editions of Qlik Sense.