[TIBCO.EMS .NET Admin client library 7.0 documentation]

Create a selector for messages on a given topic.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public RouteSelector(
	string topic,
	string selector
)
Public Sub New ( _
	topic As String, _
	selector As String _
)
public:
RouteSelector(
	String^ topic, 
	String^ selector
)

Parameters

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

See Also