AbortModalAsync Method
Overloads
| AbortModalAsync(Boolean) | 
             Aborts any selection mode in an app. For more information about selection mode, see   | 
        
      
    |
| AbortModalAsync(AsyncHandle, Boolean) | 
             Aborts any selection mode in an app. For more information about selection mode, see   | 
        
      
    
AbortModalAsync(Boolean)
Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method.
Declaration
      public Task AbortModalAsync([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 | 
Implements
AbortModalAsync(AsyncHandle, Boolean)
Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method.
Declaration
      public Task AbortModalAsync(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 |