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, ∼1205🔥, 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 Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...