Found 51 packages
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.
Asp.net core middleware, allows to wait for ongoing requests to finish.
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.
HealthChecks.ApplicationStatus is the health check package for detection graceful shutdown.
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.
A .NET library to initiate a Windows shutdown or restart.
RoyWpf.Behaviors.ShutdownApplicationAction
Help to close the running programs
A utility to assist with spawing child processes, monitor their lifecycle and co-operative shutdown.
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.
Package Description
A .NET Lib to interact with Windows Features like BackGround, Power,... Changelog: https://github.com/GeARCraft1/WindowsUtils/wiki/Changelog
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.
Graceterm middleware provides implementation to ensure graceful shutdown of AspNet Core applications. The basic concept is: After aplication received a SIGTERM (a signal asking it to terminate), Graceterm will hold it alive till all pending requests are completed or a timeout ocurr.
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.
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.