C# Класс paramore.brighter.commandprocessor.commandstore.mssql.MsSqlCommandStoreConfiguration

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

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

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

Initializes a new instance of the MsSqlCommandStoreConfiguration class.

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

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

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