WorkerWeightedAllocation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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))
Parameters
- weight
- Double
The percentage of this weight, expressed as a fraction of 1.
- workerSelectors
- IEnumerable<RouterWorkerSelector>
A collection of worker selectors that will be applied if this allocation is selected.
Exceptions
workerSelectors
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET