次の方法で共有


QueueWeightedAllocation コンストラクター

定義

QueueWeightedAllocation の新しいインスタンスを初期化します。

public QueueWeightedAllocation (double weight, System.Collections.Generic.IEnumerable<Azure.Communication.JobRouter.RouterQueueSelector> queueSelectors);
new Azure.Communication.JobRouter.QueueWeightedAllocation : double * seq<Azure.Communication.JobRouter.RouterQueueSelector> -> Azure.Communication.JobRouter.QueueWeightedAllocation
Public Sub New (weight As Double, queueSelectors As IEnumerable(Of RouterQueueSelector))

パラメーター

weight
Double

この重量の割合は、1の分数として表される。

queueSelectors
IEnumerable<RouterQueueSelector>

この割り当てが選択されている場合に適用されるキュー セレクターのコレクション。

例外

queueSelectors が null です。

適用対象