Difference between revisions of "RPC HELP M Entry In RP File Cleaning"
From VistApedia
(Created page with " RPC Broker Help Home <h2>Cleanup after RPC Execution?</h2> The Broker uses XUTL^XUSCLEAN to clean up globals upon application termination. In addition, ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
The Broker uses XUTL^XUSCLEAN to clean up globals upon application termination. | The Broker uses XUTL^XUSCLEAN to clean up globals upon application termination. | ||
− | In addition, there is an | + | In addition, there is an [[RPC_HELP_BROKER_RETURN_VALUE_TYPES|RETURN VALUE TYPES]], GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example: |
− | + | ^TMP("EKG",220333551) | |
− | The Broker kills the data for the global reference for this type of RPC at the end of RPC execution. | + | The Broker kills the data for the global reference for this type of RPC at the end of [[RPC_HELP_RPCs|RPC]] execution. |
Latest revision as of 11:35, 6 July 2015
Cleanup after RPC Execution?
The Broker uses XUTL^XUSCLEAN to clean up globals upon application termination.
In addition, there is an RETURN VALUE TYPES, GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example:
^TMP("EKG",220333551)
The Broker kills the data for the global reference for this type of RPC at the end of RPC execution.