Interface IShutdownAction
The IShutdownAction describes modules that are called on shutdown
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IShutdownAction : IShutdownModule, IModule
Methods
| Improve this Doc View SourceShutdown()
Perform a shutdown of whatever needs to be shutdown. Make sure this can be called multiple times, e.g. do nothing when it was already started.
Declaration
void Shutdown()