Indicate that a saved operation is being removed (it was either cancelled or is complete).
If the application created the operation, then it may be extended at this point. Otherwise, the operation will no longer be remembered by COS, and will be automatically freed after this call. The COS maintains only a minimal amount of state for operations. It is the responsibility of the application to understand what the operation may represent (e.g., binding, item, data), if necessary.
This callback must not be NULL.
- Parameters
-
op | The operation that was cancelled. This must not be NULL. |