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, ∼1439🔥, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...