AssertCommand.

AssertCommand(IDocumentStore, ILogger<AssertCommand>) Constructor

Summary

Initializes a new instance of the AssertCommand class.

Syntax

public AssertCommand(IDocumentStore store, ILogger<AssertCommand> logger)

Parameters

Name Type Description
store IDocumentStore The store.
logger ILogger<AssertCommand> logger.

Return Value

Type Description
void