AggregatedQueueFlowController(Int32) コンストラクター

定義

AggregatedQueueFlowController クラスの新しいインスタンスを初期化します。

public AggregatedQueueFlowController (int defaultMaxAddCount);
new Orleans.Streams.AggregatedQueueFlowController : int -> Orleans.Streams.AggregatedQueueFlowController
Public Sub New (defaultMaxAddCount As Integer)

パラメーター

defaultMaxAddCount
Int32

既定の最大追加数については、「」を参照してください GetMaxAddCount()

適用対象