[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Remove the outgoing selector on a given topic.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void RemoveOutgoingSelector( string topic ) |
Public Sub RemoveOutgoingSelector ( _ topic As String _ ) |
public: void RemoveOutgoingSelector( String^ topic ) |
Parameters
- topic
- Type: System..::.String
the topic to remove the selector from.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if topic is not a valid topic. |