次の方法で共有


WorkerWeightedAllocation コンストラクター

定義

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

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

パラメーター

weight
Double

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

workerSelectors
IEnumerable<RouterWorkerSelector>

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

例外

workerSelectors が null です。

適用対象