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

Callback for a Requestor when the DOFOperation, representing the Session, has timed out or is cancelled.

The session object (returned by SessionOpen) no longer can be used to source requests

This callback may be NULL to ignore completion of the session.

Parameters
selfThe callback object. This will never be NULL.
operationThe Session Operation that is complete. 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