Compartir a través de


WeightedAllocationWorkerSelectorAttachment Constructor

Definición

Inicializa una nueva instancia de WeightedAllocationWorkerSelectorAttachment.

public WeightedAllocationWorkerSelectorAttachment(System.Collections.Generic.IEnumerable<Azure.Communication.JobRouter.WorkerWeightedAllocation> allocations);
new Azure.Communication.JobRouter.WeightedAllocationWorkerSelectorAttachment : seq<Azure.Communication.JobRouter.WorkerWeightedAllocation> -> Azure.Communication.JobRouter.WeightedAllocationWorkerSelectorAttachment
Public Sub New (allocations As IEnumerable(Of WorkerWeightedAllocation))

Parámetros

allocations
IEnumerable<WorkerWeightedAllocation>

Colección de asignaciones ponderadas basadas en porcentajes.

Excepciones

allocations es null.

Se aplica a