|
FireSync API
|
| 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.
| 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). |