Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ServiceBusClientOptions.RetryOptions Property
Definition
- Namespace:
- Azure.Messaging.ServiceBus
- Assembly:
- Azure.Messaging.ServiceBus.dll
- Package:
- Azure.Messaging.ServiceBus v7.20.1
- Package:
- Azure.Messaging.ServiceBus v7.18.0-beta.1
- Source:
- ServiceBusClientOptions.cs
- Source:
- ServiceBusClientOptions.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of options to use for determining whether a failed service operation should be retried and, if so, the amount of time to wait between retry attempts. These options also control the amount of time allowed for the individual network operations used for interactions with the Service Bus service.
public Azure.Messaging.ServiceBus.ServiceBusRetryOptions RetryOptions { get; set; }
member this.RetryOptions : Azure.Messaging.ServiceBus.ServiceBusRetryOptions with get, set
Public Property RetryOptions As ServiceBusRetryOptions
Property Value
Remarks
The retry options are only considered for interactions with the Service Bus service. They do not apply to failures in the ProcessMessageAsync handler. Developers are responsible for error handling and retries as part of their event handler.
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
