[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 before they are sent to
this route.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public RouteSelector[] OutgoingSelectors { get; } |
Public ReadOnly Property OutgoingSelectors As RouteSelector() |
public: property array<RouteSelector^>^ OutgoingSelectors { array<RouteSelector^>^ get (); } |
Return Value
an array of RouteSelector objects.
Remarks
Only messages that match at least one of the selectors will
be forwarded by the route.