Legend
| Method: void Shutdown()
Declarationpublic void Shutdown() SummaryWhen implemented in a class, shuts down the module.RemarksThe Propeller engine calls this method on a module when it is reinitialized. The instance is discarded after the call; all future calls go to the newly-initialized instance. This method might not be called if the Propeller engine is interrupted via a service stop or a Ctrl-C on the console.
Propeller does not invoke this method before calling IPropellerModule.Init( |