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

Remove the outgoing selector on a given topic.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if topic is not a valid topic.

See Also