Table of Contents

Interface IDaemonContext

Namespace
NLightning.Daemon.Plugins
Assembly
NLightning.Daemon.Plugins.dll
public interface IDaemonContext

Properties

Client

IControlClient Client { get; }

Property Value

IControlClient

Configuration

IConfiguration Configuration { get; }

Property Value

IConfiguration

LoggerFactory

ILoggerFactory LoggerFactory { get; }

Property Value

ILoggerFactory

Services

IServiceProvider Services { get; }

Property Value

IServiceProvider