Устаревшая версия (ниже) имеет несколько параметров, все (кроме последнего) ) из которых используются в моем коде.
Код: Выделить всё
public static void UseSqlServerInLeaseMode(
this StandardConfigurer configurer,
string connectionString,
string inputQueueName,
TimeSpan? leaseInterval = null,
TimeSpan? leaseTolerance = null,
bool automaticallyRenewLeases = false,
TimeSpan? leaseAutoRenewInterval = null,
Func leasedByFactory = null,
bool enlistInAmbientTransaction = false,
bool ensureTablesAreCreated = true
)
Код: Выделить всё
public static SqlServerLeaseTransportOptions UseSqlServerInLeaseMode(
this StandardConfigurer configurer,
SqlServerLeaseTransportOptions transportOptions,
string inputQueueName
)
Есть ли у кого-нибудь фрагмент кода, показывающий, как удалить этот устаревший код?
Большое спасибо!
Подробнее здесь: https://stackoverflow.com/questions/787 ... e-obsolete
Мобильная версия