# AggregatedQueueFlowController

Package: [Microsoft.Orleans.Streaming](/orleans/docs/api/csharp/microsoft.orleans.streaming/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/AggregatedQueueFlowController.cs#L11)

```csharp
public class AggregatedQueueFlowController : List<IQueueFlowController>, IQueueFlowController
```

A [IQueueFlowController](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueflowcontroller/) which aggregates multiple other [IQueueFlowController](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueflowcontroller/) values.

## Constructors

- [AggregatedQueueFlowController(int)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.aggregatedqueueflowcontroller/constructors/constructor-int-baa160c1/)

## Methods

- [GetMaxAddCount](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.aggregatedqueueflowcontroller/methods/getmaxaddcount-7cea8726/)
