For actions of the type TIBAS_ACTION_WRITE, returns a list of operations to apply to the persistence layer.
Declaration
tibas_status tibasAction_GetOps
(tibasAction action,
tibasOpList* opList)
Parameters
Parameter |
Description |
action |
Specify the action object for which to return a list of operations. |
opList |
Returns a list of operations to be carried out. |
Remarks
Use the tibasAction_GetOps() function to return a list of the operations to be carried out for a specified action.
Use this function in code that your application provides to implement shared all persistence.
Copyright © Cloud Software Group, Inc. All rights reserved.