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