3 writes to MaxDeliveryCount
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
235sub.MaxDeliveryCount = 10; 343sub.MaxDeliveryCount = 10;
ServiceBus.AppHost (1)
AppHost.cs (1)
17subscription.MaxDeliveryCount = 10;
5 references to MaxDeliveryCount
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusSubscriptionResource.cs (5)
134if (MaxDeliveryCount.HasValue) 136subscription.MaxDeliveryCount = MaxDeliveryCount.Value; 180if (subscription.MaxDeliveryCount.HasValue) 182writer.WriteNumber(nameof(MaxDeliveryCount), subscription.MaxDeliveryCount.Value);