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

ServiceBusProcessor.IsProcessing Property

Definition

Gets whether or not this processor is currently processing messages.

public virtual bool IsProcessing { get; }
member this.IsProcessing : bool
Public Overridable ReadOnly Property IsProcessing As Boolean

Property Value

true if the processor is processing messages; otherwise, false.

Applies to