AggregatedQueueFlowController(Int32) 构造函数

定义

初始化 AggregatedQueueFlowController 类的新实例。

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

参数

defaultMaxAddCount
Int32

默认的最大添加计数,请参阅 GetMaxAddCount()

适用于