TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo.UpdateIncomingSelector Method 

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

public void UpdateIncomingSelector(
   RouteSelector rs
);

Parameters

rs
the updated selector.

Exceptions

Exception Type Condition
ArgumentException if rs is null.

See Also

RouteInfo Class | TIBCO.EMS.ADMIN Namespace