Edit

Share via


AggregatedQueueFlowController(Int32) Constructor

Definition

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().

Applies to