次の方法で共有


ConnectionOrientedTransportElement.MaxPendingAccepts プロパティ

定義

サービスでの着信接続処理に使用できる、保留中の非同期受け入れスレッドの最大数を取得または設定します。

[System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=1)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingAccepts { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingAccepts : int with get, set
Public Property MaxPendingAccepts As Integer

プロパティ値

サービスが許可する保留状態のメッセージの最大数。 既定値は 1 です。

属性

適用対象