Esempio n. 1
0
 public PostgresSqlInbox(PostgresSqlInboxConfiguration postgresSqlInboxConfiguration)
 {
     _configuration            = postgresSqlInboxConfiguration;
     ContinueOnCapturedContext = false;
 }
Esempio n. 2
0
 public PostgresSqlInbox(PostgresSqlInboxConfiguration configuration, IPostgreSqlConnectionProvider connectionProvider = null)
 {
     _configuration            = configuration;
     _connectionProvider       = connectionProvider;
     ContinueOnCapturedContext = false;
 }