Skip to main content Skip to complementary content

AbortAllAsync Method

Overloads

AbortAllAsync()

Sets an abort flag on all pending and ongoing requests 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.

AbortAllAsync(AsyncHandle)

Sets an abort flag on all pending and ongoing requests 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.

AbortAllAsync()

Sets an abort flag on all pending and ongoing requests 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

      Task AbortAllAsync()
    

Returns

Type Description
System.Threading.Tasks.Task

AbortAllAsync(AsyncHandle)

Sets an abort flag on all pending and ongoing requests 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

      Task AbortAllAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

Type Description
System.Threading.Tasks.Task

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!