Difference between revisions of "RPC HELP TRPCBroker RPCTimeLimit"
From VistApedia
(Created page with "RPCTimeLimit Property Example <h3>Applies to</h3> TRPCBroker component <h3>Declaration</h3> pro...") |
|||
Line 1: | Line 1: | ||
− | RPCTimeLimit Property | + | [[RPC_Broker_Help| RPC Broker Help Home]] |
+ | <h2>RPCTimeLimit Property</h2> | ||
[[RPC_HELP_TRPCBroker_RPCTimeLimit_Example|Example]] | [[RPC_HELP_TRPCBroker_RPCTimeLimit_Example|Example]] | ||
Latest revision as of 19:36, 9 July 2015
RPCTimeLimit Property
Applies to
TRPCBroker component
Declaration
property RPCTimeLimit: Integer;
Description
The RPCTimeLimit property is a public integer property that is available at run-time only. It specifies the length of time a client will wait for a response from an RPC. The default and minimum value of this property is 30 seconds. If an RPC is expected to take more than 30 seconds to complete, adjust the RPCTimeLimit property accordingly. However, it is not advisable to have an RPCTimeLimit that is too long. Otherwise, the client-end of the application will appear to "hang", if the VistA M Server doesn’t respond in a timely fashion.