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
      public void CancelRequest(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Corresponds to the identifier for the call. | 
Implements
CancelRequest(Int32)
Cancels an ongoing request. The request is stopped.
Declaration
      public void CancelRequest([QixName("qRequestId")] int requestId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | requestId | Identifier of the request to stop. |