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

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

This callback must not be NULL.

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).
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22