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, ∼1468🔥, 0💬
Popular Posts:
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...