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