[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Add a new outgoing selector to the route.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | if rs is null. |