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

Invokes an action of the given type without applying the current settings to this node first.

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

If the action changes remote configuration, kNode_Refresh can optionally be called to refresh local configuration.

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.