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, 977🔥, 0💬
Popular Posts:
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...