Callback for a Requestor for the results of an asynchronous operation.
This callback may be NULL to ignore notification of results.
- Parameters
-
self | The callback object. This will never be NULL. |
operation | The original request operation. This will never be NULL. |
providerInfo | The DOFProviderInfo associated with the response or except. This will never be NULL. |
except | An exception received from a Provider. If NULL, no exception occurred (the Set was successful). |