AbortRequest Method
Overloads
AbortRequest(Int32) |
Sets an abort flag on a specific request in the current engine session. * If an abort flag is set on a pending request, the request is aborted. * If an abort flag is set on an ongoing request, the engine checks to see if it is possible to abort the request. |
AbortRequest(Int32)
Sets an abort flag on a specific request in the current engine session.
- If an abort flag is set on a pending request, the request is aborted.
- If an abort flag is set on an ongoing request, the engine checks to see if it is possible to abort the request.
Declaration
void AbortRequest([QixName("qRequestId")] int requestId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | requestId |
Identifier of request to abort. |
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!