[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Create a selector for messages on a given topic.
Namespace:
TIBCO.EMS.ADMINAssembly: 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.