AggregatedQueueFlowController Class
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.
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. |