QueueDescription.AutoDeleteOnIdle Property

Definition

Gets or sets the TimeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.

public TimeSpan AutoDeleteOnIdle { get; set; }
member this.AutoDeleteOnIdle : TimeSpan with get, set
Public Property AutoDeleteOnIdle As TimeSpan

Property Value

The auto delete on idle time span for the queue.

Applies to