Runs the handler request handling flow.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic void Run(
Config monConfig,
Stream s,
TextWriter tw
)
Public Sub Run (
monConfig As Config,
s As Stream,
tw As TextWriter
)
public:
void Run(
Config^ monConfig,
Stream^ s,
TextWriter^ tw
)
member Run :
monConfig : Config *
s : Stream *
tw : TextWriter -> unit
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance. - s
- Type: System.IOStream
The Stream to write the output to (if the rendering mode ends up being Binary) - tw
- Type: System.IOTextWriter
The TextWriter to write the output to (if the rendering mode ends up being Character)
Remarks
This method has the following algorithm:
See Also