你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceBusProcessorOptions.SubQueue Property

Definition

Gets or sets the subqueue to connect the processor to.

public Azure.Messaging.ServiceBus.SubQueue SubQueue { get; set; }
member this.SubQueue : Azure.Messaging.ServiceBus.SubQueue with get, set
Public Property SubQueue As SubQueue

Property Value

The subqueue to connect the processor to. The default value is None, meaning the processor will not connect to a subqueue.

Applies to