public MsSqlMessageStoreSettings WithLinearizer() { Linearizer = new MsSqlLinearizer(ConnectionString, Logger); return(this); }
public MsSqlMessageStoreSettings WithLinearizer(TimeSpan timeout, TimeSpan workDuration) { Linearizer = new MsSqlLinearizer(ConnectionString, Logger, timeout, workDuration); return(this); }