|
FireSync API
|
| 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.
| actions | Actions object. |
| typeName | Action type name. |
| config | Action configuration XML (can be kNULL). |
| input | Action input object (can be kNULL). |
| output | Receives action output object (can be kNULL). |
| alloc | Memory allocator for action output object (or kNULL for default allocator). |