[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the selectors that will be run on messages received by this route.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public RouteSelector[] IncomingSelectors { get; } |
Public ReadOnly Property IncomingSelectors As RouteSelector() |
public: property array<RouteSelector^>^ IncomingSelectors { array<RouteSelector^>^ get (); } |
Return Value
an array of RouteSelector objects.
Remarks
Only messages that match at least one of the selectors will be received
by the route.