AggregatedQueueFlowController Class

Definition

A IQueueFlowController which aggregates multiple other IQueueFlowController values.

public class AggregatedQueueFlowController : System.Collections.Generic.List<Orleans.Streams.IQueueFlowController>, Orleans.Streams.IQueueFlowController
type AggregatedQueueFlowController = class
    inherit List<IQueueFlowController>
    interface IQueueFlowController
Public Class AggregatedQueueFlowController
Inherits List(Of IQueueFlowController)
Implements IQueueFlowController
Inheritance
AggregatedQueueFlowController
Implements

Constructors

AggregatedQueueFlowController(Int32)

Initializes a new instance of the AggregatedQueueFlowController class.

Methods

GetMaxAddCount()

Gets the maximum number of items that can be added.

Applies to