Previous Topic: DUA Commands

Next Topic: add-entry-req Command—Add an Entry

abandon-req Command—Stop a Request

This command stops a read type request. The stopped command returns any partial results that it had produced at the time it was stopped.

You can abandon the following requests:

You cannot abandon an update request.

The format of this command is as follows:

abandon-req [invoke-id-to-abandon = invoke-id];
invoke-id

Specifies the ID number of the service to be abandoned.

An abandon confirmed message is returned if the request is stopped. If the request completes, or it cannot be abandoned, then an abandon refuse message is returned.

Example: Abandon Search 1234

abandon-req invoke-id-to-abandon = 1234;