ServiceBusSessionProcessorOptions.MaxConcurrentCallsPerSession 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 concurrent calls to the message handler the processor should initiate per session. Thus the total number of concurrent calls will be equal to MaxConcurrentSessions * MaxConcurrentCallsPerSession. The default value is 1.
public int MaxConcurrentCallsPerSession { get; set; }
member this.MaxConcurrentCallsPerSession : int with get, set
Public Property MaxConcurrentCallsPerSession As Integer
Property Value
The maximum number of concurrent calls to the message handler for each session that is being processed.
Exceptions
A value that is not positive is attempted to be set for the property.
Applies to
Azure SDK for .NET