コード例 #1
0
 public MsSqlMessageStoreSettings WithLinearizer()
 {
     Linearizer = new MsSqlLinearizer(ConnectionString, Logger);
     return(this);
 }
コード例 #2
0
 public MsSqlMessageStoreSettings WithLinearizer(TimeSpan timeout, TimeSpan workDuration)
 {
     Linearizer = new MsSqlLinearizer(ConnectionString, Logger, timeout, workDuration);
     return(this);
 }