次の方法で共有


EventProcessorOptions.PrefetchCount プロパティ

定義

現在所有されているパーティション内のレシーバーがアクティブにキャッシュするイベントの数を取得または設定します。 このプロパティの既定値は 300 です。

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

プロパティ値

Int32 を返します。

注釈

このプロパティは、ホストによって作成された基になる MessagingFactory のプロパティを設定 PrefetchCount するために使用されます

適用対象