Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void RunStandalone(string, IPropellerModule, bool)

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

stringsettingsPath Path and filename of the Propeller settings file. This file must contain a Propeller configuration containing exactly one module configuration.
IPropellerModulemodule An instance of the module to be executed.
boolpropagateExceptions 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.