Tools, FAQ, Tutorials:
"transaction" Process Function Syntax
What is the syntax of "transaction" process function in the JavaScript file?
✍: FYIcenter.com
A "transaction" process function is a regular JavaScription function
that has two extra decorators: "@transaction" and "@param".
Here is the syntax of a "transaction" process function statement:
/* @transaction * @param {transaction_type} param_name */ [async] function function_name(param_name) { ... JavaScript statements ... }
Syntax elements used in a "transaction" process function statement:
Â
⇒ "transaction" Data Type Declared in CTO
⇠What Is JS Scripting Language
2021-06-05, 558👍, 0💬
Popular Posts:
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How Values in Arrays Are Indexed in PHP? Values in an array are all indexed their corresponding keys...
What Is the 2017 Version of Azure API Management Service? The 2017 Version of Azure API Management a...
How To Control Horizontal Alignment in Table Cells? By default, text in all table cells are aligned ...