/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/Transports/MassTransit.Azure.ServiceBus.Core/Configuration/AzureServiceBusTestHarnessOptions.cs
10 строк
325 B
Chris Patterson
Added the transport and test harness options for Azure Service Bus, and reworked the way the AsyncElementList deals with messages.
28 ноя 2022, 01:20
28 ноя 2022, 01:20
38f4de5
Код
Авторство
О чём код?
namespace MassTransit { public class AzureServiceBusTestHarnessOptions { /// <summary> /// Remove all topics, queues, and subscriptions from the service bus namespace when starting the test harness (via a hosted service) /// </summary> public bool CleanNamespace { get; set; } } }