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

Add a new incoming selector to the route.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void AddIncomingSelector(
	RouteSelector rs
)
Public Sub AddIncomingSelector ( _
	rs As RouteSelector _
)
public:
void AddIncomingSelector(
	RouteSelector^ rs
)

Parameters

rs
Type: TIBCO.EMS.ADMIN..::.RouteSelector
the new selector.

Remarks

If there is already a selector on that topic, the old one will be replaced by the new one.

Exceptions

ExceptionCondition
System..::.ArgumentException if rs is null.

See Also