Share via


UdpBindingElement.MaxPendingMessagesTotalSize プロパティ

定義

受信したが、UDP バインディング要素のプロパティからまだ削除されていないメッセージの合計サイズを指定する値を取得または設定します。

public:
 property long MaxPendingMessagesTotalSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxPendingMessagesTotalSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxPendingMessagesTotalSize : int64 with get, set
Public Property MaxPendingMessagesTotalSize As Long

プロパティ値

Int64

保留状態のメッセージの合計サイズ。

属性

適用対象