Summary
Creates the daemon.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Projections - Containing Type
- IDaemonFactory
Syntax
IDaemon CreateDaemon(Type loggerType, Type[] viewTypes = null, DaemonSettings settings = null, IProjection[] projections = null)
Parameters
| Name | Type | Description |
|---|---|---|
| loggerType | Type | Type of the logger. |
| viewTypes | Type[] | The view types. |
| settings | DaemonSettings | The settings. |
| projections | IProjection[] | The projections. |
Return Value
| Type | Description |
|---|---|
| IDaemon | IDaemon. |
