Abstract
Protected
constructorProtected
Readonly
resultsResults instance associated with the manager.
Protected
Readonly
scopeRepresents the scope of the logger, enabling categorization and filtering of log entries.
Readonly
clientRepresents the client that instantiated this class.
Protected
isIndicates whether the application is running in production mode.
true
if the application is running in production mode; otherwise, false
.
Protected
Abstract
setupSets up the manager by supplying essential data and performing preparatory tasks.
Orchestrates the initialization process, encompassing the setup of foundational data and execution of preparatory tasks. This ensures that the manager is equipped to handle interactions and various operations effectively.
Sealed
Initializes the manager.
This method should be called after creating an instance of the class to perform any necessary setup or initialization.
Generated using TypeDoc
Abstract base class for managers.