Difference between revisions of "RPC HELP M Entry In RP File Cleaning"

From VistApedia
Jump to: navigation, search
(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, ...")
 
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 RPC RETURN VALUE TYPE, GLOBAL ARRAY, where the application RPC returns a closed form global reference, for example:
+
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)
 
^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.

Revision as of 11:35, 6 July 2015

RPC Broker Help Home

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.