コード例 #1
0
 public PostgresSqlInbox(PostgresSqlInboxConfiguration postgresSqlInboxConfiguration)
 {
     _configuration            = postgresSqlInboxConfiguration;
     ContinueOnCapturedContext = false;
 }
コード例 #2
0
 public PostgresSqlInbox(PostgresSqlInboxConfiguration configuration, IPostgreSqlConnectionProvider connectionProvider = null)
 {
     _configuration            = configuration;
     _connectionProvider       = connectionProvider;
     ContinueOnCapturedContext = false;
 }