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, ∼1346🔥, 0💬
Popular Posts:
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...