C# Class paramore.brighter.commandprocessor.commandstore.mssql.MsSqlCommandStoreConfiguration

Class MsSqlMessageStoreConfiguration.
ファイルを表示 Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
MsSqlCommandStoreConfiguration ( string connectionString, string messageStoreTableName )

Initializes a new instance of the MsSqlCommandStoreConfiguration class.

Method Details

MsSqlCommandStoreConfiguration() public method

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.