[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Replace the current outgoing selector on a given topic with a new one.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void UpdateOutgoingSelector( RouteSelector rs ) |
Public Sub UpdateOutgoingSelector ( _ rs As RouteSelector _ ) |
public: void UpdateOutgoingSelector( RouteSelector^ rs ) |
Parameters
- rs
- Type: TIBCO.EMS.ADMIN..::.RouteSelector
the updated selector.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if rs is null. |