TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo.AddIncomingSelector Method 

Add a new incoming selector to the route.

public void AddIncomingSelector(
   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