QueuesOptions.VisibilityTimeout Property

Definition

Gets or sets the default message visibility timeout that will be used for messages that fail processing. The default is TimeSpan.Zero. To increase the time delay between retries, increase this value.

C#
public TimeSpan VisibilityTimeout { get; set; }

Property Value

Remarks

When message processing fails, the message will remain in the queue and its visibility will be updated with this value. The message will then be available for reprocessing after this timeout expires.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview