ComponentOne Studio Web API Edition
Cancel Token Request

Provides API to cancel the request specified by the token option. When the query takes too long time and you don’t want to wait for the result or the result data is outdated because the view is changed, you can call this service to cancel the previous query. If calling this, the token will be removed from the server cahce. Your client application sends an HTTP request to the service application for using the Cancel API to cancel the request specified by the token option.

Cancel Token Service Request Schema

To cancel the request specified by the token option, you need to use PUT method. Token information specified in the request URL, as:

PUT: /api/dataenginetoken/{token}/cancel

Response is a boolean value indicates whether the operation succeeds.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback