TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo.RemoveIncomingSelector Method 

Remove the incoming selector on a given topic.

public void RemoveIncomingSelector(
   string topic
);

Parameters

topic
the topic to remove the selector from.

Exceptions

Exception Type Condition
AdminInvalidNameException if topic is not a valid topic.

See Also

RouteInfo Class | TIBCO.EMS.ADMIN Namespace