void RegisterCompletionCallback( CallbackRoot * pCallback, qBool bCallOnSuccess = true, qBool bAddToEnd = true );
Name | Description | |
---|---|---|
in | pCallback | Pointer to the callback object to call at completion. |
in | bCallOnSuccess | If true (the default), the callback is called only when the asynchronous process succeeds. |
in | bAddToEnd | If true (the default), the callback is added to the end of the list. If false , it is added to the front of the list. |
Sets the operation to execute when this CallContext
completes.
Do not call NEX blocking functions from inside the callback function.
CONFIDENTIAL