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

Get the selectors that will be run on messages received by this route.

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

See Also