TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library
RouteInfo.RemoveOutgoingSelector Method
Remove the outgoing selector on a given topic.
public
void
RemoveOutgoingSelector(
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