FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kActions_InvokeAndSync ( kActions  actions,
const kChar typeName,
kXml  config,
kObject  input,
kObject output,
kAlloc  alloc 
)

Applies current setting to the node and invokes an action of the given type.

This method allows an action to be invoked without first adding the action to the actions collection.

Local configuration is automatically refreshed afterwards so no call to kNode_Refresh is necessary.

Parameters
actionsActions object.
typeNameAction type name.
configAction configuration XML (can be kNULL).
inputAction input object (can be kNULL).
outputReceives action output object (can be kNULL).
allocMemory allocator for action output object (or kNULL for default allocator).
Returns
Operation status.