Dela via


WeightedGroupsRoutingOptions Class

Definition

Represents the options for collection of endpoint groups that have a weight assigned.

public ref class WeightedGroupsRoutingOptions
public class WeightedGroupsRoutingOptions
type WeightedGroupsRoutingOptions = class
Public Class WeightedGroupsRoutingOptions
Inheritance
WeightedGroupsRoutingOptions

Remarks

This strategy picks the first endpoint group based on its weight and then selects the remaining groups in order, starting from the first one and omitting the one that was already selected.

Constructors

WeightedGroupsRoutingOptions()

Properties

Groups

Gets or sets the collection of weighted endpoints groups.

SelectionMode

Gets or sets the selection mode that determines the behavior of underlying routing strategy.

Applies to