WindowsServiceLifetime.OnShutdown Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes when a Shutdown command is sent to the service by the Service Control Manager (SCM). Triggers ApplicationStopping and waits for ApplicationStopped. Shortly after this method returns, the Service will be marked as stopped in SCM and the process may exit at any point.
protected:
override void OnShutdown();
protected override void OnShutdown ();
override this.OnShutdown : unit -> unit
Protected Overrides Sub OnShutdown ()
Triggers ApplicationStopping and waits for ApplicationStopped.
Shortly after this method returns, the Service will be marked as stopped in SCM and the process may exit at any point.
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: