OpenDOF Project
void(* DOFObjectEventCallback::Complete)(DOFObjectEventCallback self, DOFOperation operation, DOFException except)

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

This callback may be NULL to ignore notification of completion.

Parameters
selfThe callback object. This will never be NULL.
operationThe original request operation. This will never be NULL.
exceptAn exception causing the completion of the Operation. If NULL, no exception occurred (the operation completed normally). A DOFEXCEPTION_TIMEOUT will occur only if no results were received.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22