Class ShuttingDownServerState
The LSP Server application has received a Shutdown request and is in a ShuttingDown state.
public record ShuttingDownServerState : ServerState, IEquatable<ServerState>, IEquatable<ShuttingDownServerState>
- Inheritance
-
ShuttingDownServerState
- Implements
- Inherited Members
Remarks
👉 LSP Server application application will only accept an Exit notification
Server lifecycle § Shutdown Request
Constructors
ShuttingDownServerState()
The LSP Server application has received a Shutdown request and is in a ShuttingDown state.
public ShuttingDownServerState()
Remarks
👉 LSP Server application application will only accept an Exit notification
Server lifecycle § Shutdown Request