共用方式為


ServiceHealthModel.ServiceThrottleModel.CallsCapacity 屬性

定義

取得此WCF 服務的服務節流可以處理的訊息數目上限。

public:
 property int CallsCapacity { int get(); };
[System.Runtime.Serialization.DataMember]
public int CallsCapacity { get; }
[<System.Runtime.Serialization.DataMember>]
member this.CallsCapacity : int
Public ReadOnly Property CallsCapacity As Integer

屬性值

Int32

此 WCF 服務的服務節流可以處理的訊息數目上限。

屬性

適用於