Click or drag to resize
IAppDoReloadExAsync Method
Overload List
  NameDescription
Public methodDoReloadExAsync(DoReloadExParams)

Reloads the script that is set in an app and returns the path to the script log file.

A log file is created per reload.
Public methodDoReloadExAsync(AsyncHandle, DoReloadExParams)

Reloads the script that is set in an app and returns the path to the script log file.

A log file is created per reload.
Public methodDoReloadExAsyncT(AsyncHandle, FuncResponse, T, DoReloadExParams)

Reloads the script that is set in an app and returns the path to the script log file.

A log file is created per reload.
Top
See Also