Interface IDaemonPlugin
- Namespace
- NLightning.Daemon.Plugins
- Assembly
- NLightning.Daemon.Plugins.dll
public interface IDaemonPlugin : IAsyncDisposable
- Inherited Members
Properties
Name
string Name { get; }
Property Value
Methods
StartAsync(IDaemonContext, CancellationToken)
Task StartAsync(IDaemonContext context, CancellationToken ct = default)
Parameters
contextIDaemonContextctCancellationToken
Returns
StopAsync(CancellationToken)
Task StopAsync(CancellationToken ct = default)