Refreshes all constraints in a
running application. Calling this method removes all constraints
from the memory of the running application. When starting a new
transaction, the necessary constraints will be read from the
repository again. During development, this method allows you to
read new or changed constraints without having to restart your
application.
Syntax
RefreshConstraints()
Parameters
None.
NOTE:
You can also make use of the Auto_Refresh_Constraints additional
parameter to automatically refresh constraints. Refer to your
Authorizer help for more information.
|