Summary
Provides a default base implementation for Propeller modules.
Generic type parameters
TSettings |
The type the module uses to represent its settings. |
Instance methods
HttpResponse | |
When overridden in a derived class, handles an HTTP request. |
void | | When overridden in a derived class, initializes the module. The default implementation does nothing. |
void | |
When overridden in a derived class, implements IPropellerModule.Shutdown(). The default
implementation does nothing. |
Instance properties