Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 14 Fault Tolerance Programming : Program Callback Functions

Program Callback Functions
Fault tolerance callback functions must do the required action, as specified by the action token.
The basic structure of a fault tolerance callback function is a C switch statement that branches on the action token. The specific actions of the callback function within the case clauses of that switch statement depend on application semantics. (In other programming languages, use analogous constructs.)
 
See Also
Fault Tolerance Callback Actions
Ensure Timely Event Processing

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved