QueueDescription.Status Property

Definition

The current status of the queue (Enabled / Disabled).

public Microsoft.Azure.ServiceBus.Management.EntityStatus Status { get; set; }
member this.Status : Microsoft.Azure.ServiceBus.Management.EntityStatus with get, set
Public Property Status As EntityStatus

Property Value

Remarks

When an entity is disabled, that entity cannot send or receive messages.

Applies to