Unload method: AnalyticInstance class
Syntax
Unload()
Description
Use the Unload method to unload the analytic instance executing the method from the analytic server. After unloading the analytic instance, the analytic server process is restarted.
Parameters
None.
Returns
None.
Example
&ai.UnLoad();
Related Topics