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, 880🔥, 0💬
Popular Posts:
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...