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. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!