UdpTransportSettingsElement.MaxPendingMessageCount プロパティ

定義

UDP トランスポートの構成要素内の MaxPendingMessageCount プロパティの値を取得または設定できます。

public:
 property int MaxPendingMessageCount { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingMessageCount", DefaultValue=32)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)]
public int MaxPendingMessageCount { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingMessageCount", DefaultValue=32)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)>]
member this.MaxPendingMessageCount : int with get, set
Public Property MaxPendingMessageCount As Integer

プロパティ値

Int32

受信されたメッセージのうち、各チャネル インスタンスの入力キューからまだ削除されていないメッセージの最大数。

属性

適用対象