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

Get the selectors that will be run on messages before they are sent to this route.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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.

See Also