14 packages tagged with “shutdown”
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible: The bootstrapper provides a single entry point to startup and shutdown the application, Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application, Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style, ConfigurationSection support with behavior, Unobtrusive Key/Value pair configuration section support with behavior, Thorough reporting of application startup and shutdown behavior.
Extensions to configure tasks that should be executed on application startup, shutdown or repeating after an interval.
This library makes it easy that allows you to split Startup or Shutdown steps to many difference packages into your application. It is useful to keep code clean and single-responsibility principle for every package in your solution. Instead of assembly the startup or shutdown codes into the Global.asax or Startup class from many packages.
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extendable: * The bootstrapper provides a single entry point to startup and shutdown the application. * Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application. * Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style. * ConfigurationSection support with behavior. * Unobtrusive Key/Value pair configuration section support with behavior. * Thorough reporting of application startup and shutdown behavior.
Library to start, monitor, and restart processes. Provides way to gracefully shutdown process-to-be-monitored via semaphore, and also to enable the process to signal that it needs to be restarted, also via semaphore.
A .NET Lib to interact with Windows Features like BackGround, Power,... Changelog: https://github.com/GeARCraft1/WindowsUtils/wiki/Changelog
Asp.net core middleware, allows to wait for ongoing requests to finish.
This package contains executable which combines the functionalities of UtilPack.NuGet.Deployment and UtilPack.ProcessMonitor packages: it can restore missing packages, and then execute and monitor them.
Juhta.Net.LibraryManagement defines comprehensive and versatile interfaces and base classes for initializing and closing application libraries gracefully. This library is a part of Juhta.NET.
Juhta.Net.Startup provides methods for graceful startup and shutdown for any application with any number of libraries through the Juhta.Net.LibraryManagement interfaces. This library is a part of Juhta.NET.
Safe shutdown of an application
A .NET library to initiate a Windows shutdown or restart.
Application lifecycle manager for .NET: startup/shutdown flows with a unified flow engine and scheduled jobs.
IIS extension for HVO.Enterprise.Telemetry providing automatic lifecycle management, graceful shutdown handling via IRegisteredObject, and IIS hosting environment detection.