RoutingPreferenceManager.RemoveRule
Description:
Removes an existing routing preference rule. Thrown if the index is out of bounds.
Removes an existing routing preference rule. Thrown if the index is out of bounds.
public void RemoveRule(
RoutingPreferenceRuleGroupType groupType,
int index
)
-
groupTypeThe routing preference group type in which the rule should be removed.
-
Int32indexThe index position of removed routing preference rule in the group.
-
index is not a valid zero-based index within groupType. -or-
-
A value passed for an enumeration argument is not a member of that enumeration