AggregatedQueueFlowController(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AggregatedQueueFlowController class.
public AggregatedQueueFlowController (int defaultMaxAddCount);
new Orleans.Streams.AggregatedQueueFlowController : int -> Orleans.Streams.AggregatedQueueFlowController
Public Sub New (defaultMaxAddCount As Integer)
Parameters
- defaultMaxAddCount
- Int32
The default maximum add count, see GetMaxAddCount().