A callback class that the Database.deleteAsync method references. Salesforce calls this class after
the remote deleteAsync operation is completed. This
class provides the compensating transaction in the completion context of the delete operation.
Extend this class to define the actions to execute after the remote delete operation finishes
execution.
The following are methods for AsyncDeleteCallback.
processDelete(deleteResult) Override this method to define actions that Salesforce executes after a remote Database.deleteAsync operation is completed. For example, based on the results of the remote operation, you can update custom object data or other data that's stored in the Salesforce org..
processDelete(deleteResult)
Override this method to define actions that Salesforce executes after a remote
Database.deleteAsync operation is completed. For
example, based on the results of the remote operation, you can
update custom object data or other data that's stored in the Salesforce
org..