TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo.UpdateOutgoingSelector Method 

Replace the current outgoing selector on a given topic with a new one.

public void UpdateOutgoingSelector(
   RouteSelector rs
);

Parameters

rs
the updated selector.

Exceptions

Exception Type Condition
ArgumentException if rs is null.

See Also

RouteInfo Class | TIBCO.EMS.ADMIN Namespace