UdpTransportSettingsElement.MaxPendingMessageCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
受信されたメッセージのうち、各チャネル インスタンスの入力キューからまだ削除されていないメッセージの最大数。
- 属性