AggregatedQueueFlowController 类

定义

聚合 IQueueFlowController 多个其他 IQueueFlowController 值的 。

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
继承
AggregatedQueueFlowController
实现

构造函数

AggregatedQueueFlowController(Int32)

初始化 AggregatedQueueFlowController 类的新实例。

方法

GetMaxAddCount()

获取可添加的最大项数。

适用于