ServiceBusOptions.MaxConcurrentSessions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of sessions that can be processed concurrently by a function.
The default value is 8. This applies only to functions that set IsSessionsEnabled
to true
. This does not apply for functions that receive a batch of messages.
When Microsoft.Azure.WebJobs.Host.Scale.ConcurrencyOptions.DynamicConcurrencyEnabled is true, this value will be ignored,
and concurrency will be increased/decreased dynamically.
public int MaxConcurrentSessions { get; set; }
member this.MaxConcurrentSessions : int with get, set
Public Property MaxConcurrentSessions As Integer
Property Value
Applies to
Azure SDK for .NET