2024 Method
Changes 0
M

RoutingConditions.GetConditionAt

Description:
Gets the routing condition at the specified index position.
public RoutingCondition GetConditionAt(
	int index
)
  • Int32
    index
    The 0-based index to access the collection of available conditions. The method throws the exception ArgumentOutOfRangeException if the index is out of range.
Return Value RoutingCondition The found routing condition.