C# Class paramore.brighter.commandprocessor.commandstore.sqlite.SqliteCommandStoreConfiguration

Class SqliteCommandStoreConfiguration.
显示文件 Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
SqliteCommandStoreConfiguration ( string connectionString, string messageStoreTableName )

Initializes a new instance of the SqliteCommandStoreConfiguration class.

Method Details

SqliteCommandStoreConfiguration() public method

Initializes a new instance of the SqliteCommandStoreConfiguration class.
public SqliteCommandStoreConfiguration ( string connectionString, string messageStoreTableName )
connectionString string The connection string.
messageStoreTableName string Name of the message store table.