TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteSelector Constructor 

Create a selector for messages on a given topic.

public RouteSelector(
   string topic,
   string selector
);

Parameters

topic
the topic on which the selector will be run.
selector
the selector that messages need to match in order that they be sent to or received from the route.

See Also

RouteSelector Class | TIBCO.EMS.ADMIN Namespace