次の方法で共有


UdpTransportElement.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

プロパティ値

バインディングで処理できるメッセージの最大サイズ。

属性

適用対象