Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Shutdown()

Declaration

public void Shutdown()

Summary

When implemented in a class, shuts down the module.

Remarks

The 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(LoggerBase, JsonValue, ISettingsSaver).