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

Add a new outgoing selector to the route.

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

Syntax

public void AddOutgoingSelector(
	RouteSelector rs
)
Public Sub AddOutgoingSelector ( _
	rs As RouteSelector _
)
public:
void AddOutgoingSelector(
	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