IDaemonFactory Interface

Summary

IDaemonFactory
graph BT Type["IDaemonFactory"] class Type type-node

Syntax

public interface IDaemonFactory

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
CreateDaemon(ILogger, Type[], DaemonSettings, IProjection[]) IDaemon
Creates the daemon.
CreateDaemon(Type, Type[], DaemonSettings, IProjection[]) IDaemon
Creates the daemon.

Extension Methods