Interface IDaemonContext
- Namespace
- NLightning.Daemon.Plugins
- Assembly
- NLightning.Daemon.Plugins.dll
public interface IDaemonContext
Properties
Client
IControlClient Client { get; }
Property Value
Configuration
IConfiguration Configuration { get; }
Property Value
LoggerFactory
ILoggerFactory LoggerFactory { get; }
Property Value
Services
IServiceProvider Services { get; }