C# Класс paramore.brighter.commandprocessor.commandstore.sqlite.SqliteCommandStoreConfiguration

Class SqliteCommandStoreConfiguration.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SqliteCommandStoreConfiguration ( string connectionString, string messageStoreTableName )

Initializes a new instance of the SqliteCommandStoreConfiguration class.

Описание методов

SqliteCommandStoreConfiguration() публичный Метод

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.