Share via


TransactedBatchingElement.MaxBatchSize プロパティ

定義

1 回のトランザクションでまとめてバッチ処理できる受信操作の最大数を取得または設定します。

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

プロパティ値

1 回のトランザクションでまとめてバッチ処理できる受信操作の最大数。 既定値は 0 です。

属性

適用対象