次の方法で共有


EventProcessorOptions.MaxBatchSize プロパティ

定義

ユーザーが受信ループごとの処理を受け入れる最大イベント数を取得または設定します。 この数は、イベント ハブごとのパーティション レベルにあります。

public int MaxBatchSize { get; set; }
member this.MaxBatchSize : int with get, set
Public Property MaxBatchSize As Integer

プロパティ値

Int32 を返します。

注釈

これは、 の maxCount 引数に対応します。 Receive(Int32, TimeSpan)

適用対象