Share via


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()

取得可新增的專案數目上限。

適用於