EndSelectionsAsync Method
Overloads
| EndSelectionsAsync(Boolean) | 
             Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the   | 
        
      
    |
| EndSelectionsAsync(AsyncHandle, Boolean) | 
             Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the   | 
        
      
    
EndSelectionsAsync(Boolean)
Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.
Declaration
      Task EndSelectionsAsync([QixName("qAccept")] bool accept)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | accept | 
           Set this parameter to true to accept the selections before exiting the selection mode.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
EndSelectionsAsync(AsyncHandle, Boolean)
Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.
Declaration
      Task EndSelectionsAsync(AsyncHandle asyncHandle, [QixName("qAccept")] bool accept)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Boolean | accept | 
           Set this parameter to true to accept the selections before exiting the selection mode.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |