TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo.AddOutgoingSelector Method 

Add a new outgoing selector to the route.

public void AddOutgoingSelector(
   RouteSelector rs
);

Parameters

rs
the new selector.

Remarks

If there is already a selector on that topic, the old one will be replaced by the new one.

Exceptions

Exception Type Condition
ArgumentException if rs is null.

See Also

RouteInfo Class | TIBCO.EMS.ADMIN Namespace