OpenDOF Project
void DOSOperation_Remove ( DOSOperation  op)

Remove a previously saved operation.

The application's Remove callback will be called just prior to the operation being freed. Normally, the application should not call this, as the library removes operations automatically based on other factors, such as timeout or cancel. This function does not send a Cancel PDU; it only removes the operation from the knowledge of the COS.

Parameters
opThe operation to cancel. Must not be NULL.
See Also
DOSRequestor_Cancel
core-c-cos Version 7.0.1 Build 0
2018-02-08