Declaration
public static void RunStandalone(
string settingsPath,
IPropellerModule module,
bool propagateExceptions = false
)
Summary
Executes a Propeller module in standalone mode (as opposed to being hosted by the Propeller engine).
Parameters
string | settingsPath |
Path and filename of the Propeller settings file. This file must contain a Propeller configuration containing
exactly one module configuration. |
IPropellerModule | module |
An instance of the module to be executed. |
bool | propagateExceptions |
Specifies whether exceptions get propagated to the debugger. Setting this to true will cause exceptions
to bring down the server, so only do this when debugging. |