OpenDOF Project
void(* DOFObjectSetCallback::SetResult)(DOFObjectSetCallback self, DOFOperation operation, DOFProviderInfo providerInfo, DOFException except)

Callback for a Requestor for the results of an asynchronous operation.

This callback may be NULL to ignore notification of results.

Parameters
selfThe callback object. This will never be NULL.
operationThe original request operation. This will never be NULL.
providerInfoThe DOFProviderInfo associated with the response or except. This will never be NULL.
exceptAn exception received from a Provider. If NULL, no exception occurred (the Set was successful).
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22