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
2019-04-22, 235👍, 0💬
Popular Posts:
How to Test API as a Publisher Administrator? You can follow this tutorial to test an API operation ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to add request body examples to my Azure API operation 2017 version to make it more user friendl...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...