C# 클래스 paramore.brighter.commandprocessor.commandstore.mssql.MsSqlCommandStoreConfiguration

Class MsSqlMessageStoreConfiguration.
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
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.