Namespace RDCore.SDK.Server.Services.States
Classes
- ExitingServerState
The LSP Server application has received an
Exitnotification and the process will exit with the ExitCode value.
- InitializingServerState
The LSP Server application has received an
Initializerequest and is now initializing.
- RunningServerState
The LSP Server application has completed initialization and is now running with trace enabled.
- RunningTracelessServerState
The LSP Server application is in a RunningServerState with
Traceset to Off.
- RunningVerboseServerState
The LSP Server application is in a RunningServerState with
Traceset to Verbose.
- ServerState
The base ServerState abstraction.
- ServerStateProvider
Manages the operational lifecycle state of a
ServerAppinstance.
- ShuttingDownServerState
The LSP Server application has received a
Shutdownrequest and is in a ShuttingDown state.
- StartingServerState
The LSP Server application is starting. This is the initial state; server will only accept an
Initializerequest.
Interfaces
- IServerStateProvider
Defines methods for managing and transitioning the operational lifecycle state of a
ServerAppinstance.