CancelRequest Method
Overloads
| CancelRequest(AsyncHandle) | 
             Cancels an ongoing request. The request is stopped.  | 
        
      
    |
| CancelRequest(Int32) | 
             Cancels an ongoing request. The request is stopped.  | 
        
      
    
CancelRequest(AsyncHandle)
Cancels an ongoing request. The request is stopped.
Declaration
      void CancelRequest(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Corresponds to the identifier for the call.  | 
      
CancelRequest(Int32)
Cancels an ongoing request. The request is stopped.
Declaration
      void CancelRequest([QixName("qRequestId")] int requestId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | requestId | 
           Identifier of the request to stop.  |