Summary
Initializes a new instance of the
DumpCommand class.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Commands - Containing Type
- DumpCommand
Syntax
public DumpCommand(IDocumentStore store, ILogger<DumpCommand> logger)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| store | IDocumentStore | The store. |
| logger | ILogger |
logger. |
Return Value
| Type | Description |
|---|---|
| void |
