次の方法で共有


DispatcherSynchronizationElement.MaxPendingReceives プロパティ

定義

ディスパッチャーがバッファーに格納できる受信メッセージの最大数を取得または設定します。

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

プロパティ値

メッセージの数量を表す数値。

属性

適用対象