AggregatedQueueFlowController 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
聚合 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() |
获取可添加的最大项数。 |