procedure SetMaxNestedRaise (maxcount in number default 100);
Sets the maximum number of nested raises that can be performed to the specified value. A nested raise occurs when one event is raised and a Local subscription to that event is executed and raises another event. The default maximum is 100.
| max_count | The maximum number of nested raises to allow. |