FabricTransportRemotingSettings.MaxConcurrentCalls Property

Definition

Gets or sets the maximum number of messages actively service processes at one time.

public long MaxConcurrentCalls { get; set; }
member this.MaxConcurrentCalls : int64 with get, set
Public Property MaxConcurrentCalls As Long

Property Value

The MaxConcurrentCalls is the upper limit of active messages in the service.

Remarks

Default value for the MaxConcurrentCalls is 0 which indicates that the setting is not enabled. This implies that all the messages are active and are processed simultaneously.

Applies to