QueuesOptions.NewBatchThreshold Property

Definition

Gets or sets the threshold at which a new batch of messages will be fetched (per job method). Must be zero or positive integer. If not set then it defaults to BatchSize/2*processorCount.

The maximum number of messages processed in parallel by the job is NewBatchThreshold plus BatchSize.

public int NewBatchThreshold { get; set; }
member this.NewBatchThreshold : int with get, set
Public Property NewBatchThreshold As Integer

Property Value

Applies to