你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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