AggregatedQueueFlowController クラス

定義

IQueueFlowControllerIQueueFlowController複数の値を集計する 。

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

追加できる項目の最大数を取得します。

適用対象